summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-14 00:45:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-14 00:45:24 +0000
commit46a4c74271d292f7272a7680f9cb4764369a3450 (patch)
treea36ff55cd4c0b942241677af7409af559e1dbf68 /lang
parent. pre-install -> pre-su-install as this port may create a directory in (diff)
A workaround to build libjava.
Approved by: gerald
Notes
Notes: svn path=/head/; revision=137409
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc/Makefile8
-rw-r--r--lang/gcc41/Makefile8
-rw-r--r--lang/gcc42/Makefile8
-rw-r--r--lang/gcc43/Makefile8
-rw-r--r--lang/gcc44/Makefile8
-rw-r--r--lang/gcc45/Makefile8
-rw-r--r--lang/gcc46/Makefile8
-rw-r--r--lang/gcc47/Makefile8
-rw-r--r--lang/gcc48/Makefile8
9 files changed, 36 insertions, 36 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc43/Makefile
+++ b/lang/gcc43/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 8b9668473442..51185c698658 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -54,16 +54,16 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif
-# FIXME: we are currently getting weird build failures on some 4.x and
-# 5.4 systems, which nobody has been able to track down yet. PR 81788.
-WITHOUT_LIBJAVA= yes
+# FIXME: we are currently getting weird build failures with libjava on
+# some 4.x and 5.x systems, which the following seems to work around. PR 81788.
+CONFIGURE_ARGS+= --disable-rpath
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 41
TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls \
+CONFIGURE_ARGS+= --disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${SUFFIX} \