aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc43
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-17 16:18:15 +0800
committerobrien <obrien@FreeBSD.org>2004-03-17 16:18:15 +0800
commit843ed1fe381a6cd4156deff3cfd504cdf1ab1129 (patch)
tree804f263e3078e38623f87dae0ee998f9e0cf37a6 /lang/gcc43
parent39a127a477647768b69bea546548e92436c9803a (diff)
downloadfreebsd-ports-gnome-843ed1fe381a6cd4156deff3cfd504cdf1ab1129.tar.gz
freebsd-ports-gnome-843ed1fe381a6cd4156deff3cfd504cdf1ab1129.tar.zst
freebsd-ports-gnome-843ed1fe381a6cd4156deff3cfd504cdf1ab1129.zip
Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk has
finally caught up with newer autoconf's requirements. Allow to build on AMD64 by lying with CONFIGURE_TARGET.
Diffstat (limited to 'lang/gcc43')
-rw-r--r--lang/gcc43/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile
index c07880a55db3..8ff31da6c6b5 100644
--- a/lang/gcc43/Makefile
+++ b/lang/gcc43/Makefile
@@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
-BROKEN= "Configure broken due to renaming this architecture from x86_84."
+# fscking Linux & GNU $*!%
+CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.endif
.if ${ARCH} == sparc64
@@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
WITHOUT_LIBJAVA= yes
.endif
-CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
-
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC= ${WRKDIR}/build
SUFFIX= 34