diff options
-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" |