diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-29 16:32:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-29 16:32:10 +0800 |
commit | fc853c8b1b3b63a9232a64a95071a370500faf9a (patch) | |
tree | af53cc2651353b00a190525ef8c676bb901adc34 /net | |
parent | 920307e443bb32963e089b81a76828a3c4a8d8f8 (diff) | |
download | freebsd-ports-graphics-fc853c8b1b3b63a9232a64a95071a370500faf9a.tar.gz freebsd-ports-graphics-fc853c8b1b3b63a9232a64a95071a370500faf9a.tar.zst freebsd-ports-graphics-fc853c8b1b3b63a9232a64a95071a370500faf9a.zip |
- Unbreak after net/libnet10 fix
PR: 116876
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/pynids/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/pynids/Makefile b/net/pynids/Makefile index 845afe3fc8b..8d4f8b27060 100644 --- a/net/pynids/Makefile +++ b/net/pynids/Makefile @@ -32,10 +32,6 @@ 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 |