summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-29 08:32:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-29 08:32:10 +0000
commit61bcf5c02f5d4bfe0dfd017cb381752aeb52c051 (patch)
tree10bd39a4cd9a470c45e06f38590151d771c58821 /net
parent- Fix build with amd64 (diff)
- Unbreak after net/libnet10 fix
PR: 116876 Submitted by: Wesley Shields <wxs@atarininja.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=202272
Diffstat (limited to 'net')
-rw-r--r--net/pynids/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/pynids/Makefile b/net/pynids/Makefile
index 845afe3fc8b6..8d4f8b27060c 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