aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-02-18 17:43:30 +0800
committergerald <gerald@FreeBSD.org>2004-02-18 17:43:30 +0800
commit686be4115e8d4dd6205e85a0e663fa87f69423c2 (patch)
treeb2e68c67284e91ab802de5b469caad770374c9c0 /lang
parent8a303e1693cc865190846c31ebb8c88f6a267785 (diff)
downloadfreebsd-ports-gnome-686be4115e8d4dd6205e85a0e663fa87f69423c2.tar.gz
freebsd-ports-gnome-686be4115e8d4dd6205e85a0e663fa87f69423c2.tar.zst
freebsd-ports-gnome-686be4115e8d4dd6205e85a0e663fa87f69423c2.zip
Mark broken on amd64 (which used to be called x86_64).
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc32/Makefile4
-rw-r--r--lang/gcc33/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index 71c46b26b7b9..db53693edad2 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -43,6 +43,10 @@ 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."
+.endif
+
.if ${PORTOBJFORMAT} == "aout"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.else
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 5d75657db986..792e85df5d9d 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -49,6 +49,10 @@ 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."
+.endif
+
.if ${ARCH} == sparc64
BROKEN= "libgcj is not supported/packaging is broken on this platform"
.endif