View | Details | Raw Unified | Return to bug 116876 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 lines)
Lines 32-41 Link Here
32
32
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
34
34
35
.if ${ARCH} == "amd64"
36
BROKEN=		Does not compile; needs -fPIC
37
.endif
38
39
.if exists(${LIBNET_CONFIG})
35
.if exists(${LIBNET_CONFIG})
40
LIBNET_CFLAGS!=	${LIBNET_CONFIG} --cflags
36
LIBNET_CFLAGS!=	${LIBNET_CONFIG} --cflags
41
LIBNET_LIBS!=	${LIBNET_CONFIG} --libs
37
LIBNET_LIBS!=	${LIBNET_CONFIG} --libs

Return to bug 116876