svn commit: r233594 - user/jgh/icedtea6

Jason Helfman jgh at FreeBSD.org
Wed Mar 28 05:37:21 UTC 2012


Author: jgh (ports committer)
Date: Wed Mar 28 05:37:20 2012
New Revision: 233594
URL: http://svn.freebsd.org/changeset/base/233594

Log:
  drop gcj home, libxul

Modified:
  user/jgh/icedtea6/Makefile

Modified: user/jgh/icedtea6/Makefile
==============================================================================
--- user/jgh/icedtea6/Makefile	Wed Mar 28 05:24:17 2012	(r233593)
+++ user/jgh/icedtea6/Makefile	Wed Mar 28 05:37:20 2012	(r233594)
@@ -17,11 +17,10 @@ USE_AUTOTOOLS=	autoconf
 USE_CONFIGURE=	yes
 CONFIGURE_ENV+=	MD5SUM=${MD5} WGET=${TRUE} SHA256SUM=${SHA256}
 USE_GNOME=	gnomelibs
-LDFLAGS+=	-L${LOCALBASE}/include -L${LOCALBASE}/lib -L${LOCALBASE}/include/libxul
+LDFLAGS+=	-L${LOCALBASE}/include -L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-CONFIGURE_ARGS=	--with-gcj-home=${LOCALBASE}/lib/gcc46/gcj-4.6.4-12 \
-		--with-ecj-jar=${LOCALBASE}/share/java/classes/ecj-3.7.2.jar \
+CONFIGURE_ARGS=	--with-ecj-jar=${LOCALBASE}/share/java/classes/ecj-3.7.2.jar \
 		--with-xalan2-jar=${LOCALBASE}/share/java/classes/xalan.jar \
 		--with-xalan2-serializer-jar=${LOCALBASE}/share/java/classes/serializer.jar \
 		--with-xerces2-jar=${LOCALBASE}/share/java/classes/xercesImpl.jar \


More information about the svn-src-user mailing list