summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-10-20 11:28:27 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-10-20 11:28:27 +0000
commitb32792f113b8836fd34e0c789ed97dfa24f983fe (patch)
tree8717a2a703cbd98d07f73d5a7ea1df9e65e77835 /lang
parent- Add missing colon after date entry (diff)
Mark BROKEN on amd64
Notes
Notes: svn path=/head/; revision=201685
Diffstat (limited to 'lang')
-rw-r--r--lang/pfe-devel/Makefile2
-rw-r--r--lang/pfe/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile
index 8b60ba207d8e..d7d6cc158e33 100644
--- a/lang/pfe-devel/Makefile
+++ b/lang/pfe-devel/Makefile
@@ -30,6 +30,8 @@ MAN1= pfe.1 pfe-config.1
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
+.elif ${ARCH} == amd64
+BROKEN= Does not build on amd64
.endif
.include <bsd.port.post.mk>
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index 8b60ba207d8e..d7d6cc158e33 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -30,6 +30,8 @@ MAN1= pfe.1 pfe-config.1
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
+.elif ${ARCH} == amd64
+BROKEN= Does not build on amd64
.endif
.include <bsd.port.post.mk>