openbsd-ports/net/nemesis/patches/patch-aa
2000-03-26 21:06:33 +00:00

11 lines
283 B
Plaintext

--- configure.orig Sat Mar 4 13:05:40 2000
+++ configure Sat Mar 4 13:11:31 2000
@@ -1022,6 +1022,7 @@
if test "${with_net_inc+set}" = set; then
withval="$with_net_inc"
CFLAGS="${CFLAGS} -I${withval}"
+ CPPFLAGS="${CPPFLAGS} `libnet-config --defines` -I${withval}"
fi