diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-04 08:58:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-04 08:58:02 +0800 |
commit | 5acb2ad5517d017b271d331dc082c0d8a83eeb96 (patch) | |
tree | b1f573f42e1e953652a1c3bd33c11d1e6cba91dc /net | |
parent | 97d9aaa08ad5ed56c89c6f6c6c457f9fbe2b54d0 (diff) | |
download | freebsd-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/Makefile | 3 |
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" |