[PATCH] x11-toolkits/libgtk-java: Fix configure/build when Jikes is installed

Herve Quiroz hq at freebsd.org
Thu May 25 08:18:57 PDT 2006


>Submitter-Id:	current-users
>Originator:	Herve Quiroz
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] x11-toolkits/libgtk-java: Fix configure/build when Jikes is installed
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.1-RELEASE i386
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May  9 17:19:22 CEST
>Description:

Set ports/96401

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libgtk-java-2.8.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/libgtk-java/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	13 May 2006 05:00:36 -0000	1.17
+++ Makefile	25 May 2006 15:18:16 -0000
@@ -35,6 +35,10 @@
 PLIST_SUB=		GTK_API_VERSION=${GTK_API_VERSION} PORTNAME=${PORTNAME}
 PKGMESSAGE=		${WRKDIR}/pkg-message
 
+# jikes related
+CONFIGURE_ENV+=	BOOTCLASSPATH=${JAVA_CLASSES}
+MAKE_ENV+=	BOOTCLASSPATH=${JAVA_CLASSES}
+
 post-extract:
 	@${REINPLACE_CMD} -e 's|
||' \
 		${WRKSRC}/gtk2-java.pc.in
--- libgtk-java-2.8.4.patch ends here ---



More information about the freebsd-gnome mailing list