diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 19:27:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 19:27:37 +0000 |
commit | 665f86ba93d49fba0e4a11ccf967839d1eaa6ab7 (patch) | |
tree | 997aa3d08ea4d02dfa40e9aaa36b3103fd99a4a0 /lang | |
parent | ca549fb6a472802e57a34ad01797d68e5dcb8e16 (diff) |
- Now builds on amd64/6
Notes
Notes:
svn path=/head/; revision=215547
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pfe-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/pfe/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile index d7d6cc158e33..8b60ba207d8e 100644 --- a/lang/pfe-devel/Makefile +++ b/lang/pfe-devel/Makefile @@ -30,8 +30,6 @@ 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 d7d6cc158e33..8b60ba207d8e 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -30,8 +30,6 @@ 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> |