diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-10-20 11:28:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-10-20 11:28:27 +0000 |
commit | b32792f113b8836fd34e0c789ed97dfa24f983fe (patch) | |
tree | 8717a2a703cbd98d07f73d5a7ea1df9e65e77835 /lang/pfe | |
parent | 59c7417b6261f99ada9d1e9e845827aac5a72b67 (diff) |
Notes
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |