diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-02 16:53:43 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-02 16:53:43 +0000 |
commit | 90da95b6615d58cff9154218d6beacdf3f753780 (patch) | |
tree | e2608f92aaf0420db2b27059525c90fb04d22e14 /misc/xiphos/Makefile | |
parent | the man files added in the previous commit are no manfiles but links to manfiles (diff) |
Fix build on amd64.
PR: 81797
Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de>
Approved by: Danny Boudrot (maintainer)
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index a571d4aeb654..00781741aeb1 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -40,10 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile (int type mismatch)" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |