aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-04 08:58:02 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-04 08:58:02 +0800
commit5acb2ad5517d017b271d331dc082c0d8a83eeb96 (patch)
treeb1f573f42e1e953652a1c3bd33c11d1e6cba91dc /net
parent97d9aaa08ad5ed56c89c6f6c6c457f9fbe2b54d0 (diff)
downloadfreebsd-ports-gnome-5acb2ad5517d017b271d331dc082c0d8a83eeb96.tar.gz
freebsd-ports-gnome-5acb2ad5517d017b271d331dc082c0d8a83eeb96.tar.zst
freebsd-ports-gnome-5acb2ad5517d017b271d331dc082c0d8a83eeb96.zip
Mark as not for ia64: causes internal gcc compiler error.
Diffstat (limited to 'net')
-rw-r--r--net/py-libdnet/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
index ba0b1af82ba7..edd2ff2b4464 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -11,4 +11,7 @@ MASTERDIR= ${.CURDIR}/../libdnet
BUILD_PYTHON_MODULE= yes
+NOT_FOR_ARCHS= ia64
+NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error
+
.include "${MASTERDIR}/Makefile"