Date: Thu, 25 May 2006 17:51:49 +0200 (CEST) From: Herve Quiroz <hq@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org Subject: [PATCH] x11/libgnome-java: Fix configure/build when Jikes is installed Message-ID: <200605251551.k4PFpnex077597@arabica.esil.univ-mrs.fr>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Herve Quiroz >Organization: >Confidential: no >Synopsis: [PATCH] x11/libgnome-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: See ports/96401 Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libgnome-java-2.12.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libgnome-java/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 13 May 2006 05:00:20 -0000 1.11 +++ Makefile 25 May 2006 15:51:38 -0000 @@ -32,6 +32,10 @@ CONFIGURE_ARGS= --without-gcj-compile CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" +# jikes related +CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} +MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} + GNOME_API_VERSION= 2.12 GTK_API_VERSION= 2.8 PLIST_SUB= GNOME_API_VERSION=${GNOME_API_VERSION} PORTNAME=${PORTNAME} --- libgnome-java-2.12.2.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605251551.k4PFpnex077597>