Date: Mon, 3 Feb 2003 11:41:13 +0100 (CET) From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> To: freebsd-java@FreeBSD.ORG Cc: parv_fm@emailgroups.net Subject: Re: (pr 31254) "libgcj.spec missing" Message-ID: <20030203113314.S85295@puget.esil.univ-mrs.fr> In-Reply-To: <20030203041054.GA96614@moo.holy.cow> References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> <20030202204243.A36487@puget.esil.univ-mrs.fr> <200302021715.38916.davidb@boothscientific.com> <20030202232842.GA45099@moo.holy.cow> <20030203041054.GA96614@moo.holy.cow>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
Here is a patch to allow conditional libgcj build.
I cannot send a PR follow-up for now (links won't let me access the page,
things go weird since I installed 5.0-RELEASE). But maybe you can do it if
you agree.
Herve
On Sun, 2 Feb 2003, parv wrote:
>
> now i go to suggest to close the pr...
>
[-- Attachment #2 --]
diff -u gcc32.old/Makefile gcc32/Makefile
--- gcc32.old/Makefile Mon Feb 3 11:11:12 2003
+++ gcc32/Makefile Mon Feb 3 11:12:30 2003
@@ -57,7 +57,9 @@
--with-gxx-include-dir=${TARGLIB}/include/g++-v3
#CONFIGURE_ARGS+= --program-suffix=32
CONFIGURE_ARGS+= --with-system-zlib --includedir=${TARGLIB}/include/Java
+.if !defined(WITH_LIBGCJ)
CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now
+.endif
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
.if defined(WANT_SHAREDLIBS)
CONFIGURE_ARGS+= --enable-shared
Common subdirectories: gcc32.old/files and gcc32/files
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030203113314.S85295>
