summaryrefslogtreecommitdiff
path: root/lang/afnix/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 13:00:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 13:00:02 +0000
commitf2084d1b29e9a96cd5b238a79edd8f5bcbbf66c4 (patch)
treed5a45cf48ee10478d1f096a20e0bf05baec50d7e /lang/afnix/Makefile
parentBROKEN on ia64: Configure fails (diff)
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
Notes
Notes: svn path=/head/; revision=103197
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r--lang/afnix/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile
index 9b3bab06ad12..d80ab3718667 100644
--- a/lang/afnix/Makefile
+++ b/lang/afnix/Makefile
@@ -27,10 +27,16 @@ PLIST_SUB= PORTVER=${PORTVERSION:R}
MAN1= aleph.1 axc.1 axl.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)"
+.endif
+
do-configure:
@(cd ${WRKSRC}; ./cnf/bin/aleph-setup -o)
post-install:
@${STRIP_CMD} ${PREFIX}/bin/aleph
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>