diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 16:12:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 16:12:36 +0800 |
commit | 1ba3d531fb3655388c95c6dcabe48f937a26b616 (patch) | |
tree | 5208322fd59c97c4ae1767bd57ca31776c3d228c /net | |
parent | 722c80a514717f1153ea7a84c0b0ab032bf92d94 (diff) | |
download | freebsd-ports-gnome-1ba3d531fb3655388c95c6dcabe48f937a26b616.tar.gz freebsd-ports-gnome-1ba3d531fb3655388c95c6dcabe48f937a26b616.tar.zst freebsd-ports-gnome-1ba3d531fb3655388c95c6dcabe48f937a26b616.zip |
Mark as broken on amd64; probably need -fPIC.
Diffstat (limited to 'net')
-rw-r--r-- | net/pynids/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/pynids/Makefile b/net/pynids/Makefile index 8d4f8b27060c..845afe3fc8b6 100644 --- a/net/pynids/Makefile +++ b/net/pynids/Makefile @@ -32,6 +32,10 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= Does not compile; needs -fPIC +.endif + .if exists(${LIBNET_CONFIG}) LIBNET_CFLAGS!= ${LIBNET_CONFIG} --cflags LIBNET_LIBS!= ${LIBNET_CONFIG} --libs |