aboutsummaryrefslogtreecommitdiff
path: root/lang/onyx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 12:46:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 12:46:35 +0000
commit6dbf9ca50aa361f6108280dc9b4570c4e191dc4c (patch)
treee36abfec87e5113cb909dc060257edb97a62eab3 /lang/onyx
parent6d17ec20dd4428d2cf09fed59b1a2bb6a465ffca (diff)
downloadports-6dbf9ca50aa361f6108280dc9b4570c4e191dc4c.tar.gz
ports-6dbf9ca50aa361f6108280dc9b4570c4e191dc4c.zip
Notes
Diffstat (limited to 'lang/onyx')
-rw-r--r--lang/onyx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile
index 8e6b271f87b9..df09f59fe035 100644
--- a/lang/onyx/Makefile
+++ b/lang/onyx/Makefile
@@ -30,6 +30,12 @@ MAN1= onyx.1 onyx_config.1
PLIST_SUB= ONYX_VERSION=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Coredump during build on ia64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@@ -43,4 +49,4 @@ post-install:
@${STRIP_CMD} ${PREFIX}/bin/onyx
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>