summaryrefslogtreecommitdiff
path: root/security/netramet/patches/patch-aj
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-06 16:54:47 +0000
committerminskim <minskim>2006-06-06 16:54:47 +0000
commit0825d70056a1c28150257830ffd8dddcd8235e8a (patch)
tree37eb44f7eb93ebe24a23c2f73c81695d4ae4605d /security/netramet/patches/patch-aj
parent45b05ff270714aa369f77fd0fac34321eef2145c (diff)
downloadpkgsrc-0825d70056a1c28150257830ffd8dddcd8235e8a.tar.gz
Make this package build on platforms without native pcap.
Diffstat (limited to 'security/netramet/patches/patch-aj')
-rw-r--r--security/netramet/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/netramet/patches/patch-aj b/security/netramet/patches/patch-aj
new file mode 100644
index 00000000000..af45dca6f3f
--- /dev/null
+++ b/security/netramet/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2006/06/06 16:54:47 minskim Exp $
+
+--- src/meter/Makefile.in.orig 2006-06-06 16:47:33.000000000 +0000
++++ src/meter/Makefile.in
+@@ -56,7 +56,7 @@ DAGI_DIR= /usr/local/dag/include
+ #DAGI_DIR= /home/nevil/dag-2.2.1s/include
+ # dag.h required to compiler dag_reset()
+
+-PCAP_LIB=
++PCAP_LIB?=
+ # Blank means "use libpcap.a in . or in system libraries"
+ #PCAP_LIB= -L/home/nevil/lib
+