diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 20:46:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 20:46:35 +0800 |
commit | 4d207e4b798ff4da4ac1f488b0db2d7dbfcd1443 (patch) | |
tree | 46a909a4a797391ca47fc7f0f682ff68db05d04f /lang | |
parent | 71475b84ffa2c142e3720266aa0a5b1203640372 (diff) | |
download | freebsd-ports-gnome-4d207e4b798ff4da4ac1f488b0db2d7dbfcd1443.tar.gz freebsd-ports-gnome-4d207e4b798ff4da4ac1f488b0db2d7dbfcd1443.tar.zst freebsd-ports-gnome-4d207e4b798ff4da4ac1f488b0db2d7dbfcd1443.zip |
BROKEN on ia64: coredump during build.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/onyx/Makefile | 8 |
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> |