summaryrefslogtreecommitdiff
path: root/security/p0f/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-25 13:59:05 +0000
committerwiz <wiz>2003-01-25 13:59:05 +0000
commite8d5895a2325d6d163ae49ccf952cc26f31f8734 (patch)
treed13237c30ed0f3047801e0f4bdf19086aa728a09 /security/p0f/patches
parentc469f5fa14ebdc541854c09bf460f061c0c3e330 (diff)
downloadpkgsrc-e8d5895a2325d6d163ae49ccf952cc26f31f8734.tar.gz
Remove (hi hubert!)
Diffstat (limited to 'security/p0f/patches')
-rw-r--r--security/p0f/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/p0f/patches/patch-ab b/security/p0f/patches/patch-ab
deleted file mode 100644
index c06f82bafad..00000000000
--- a/security/p0f/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.2 2001/03/26 11:59:15 hubertf Exp $
-
---- Makefile.orig Mon Mar 26 06:21:15 2001
-+++ Makefile
-@@ -16,7 +16,8 @@
- all: $(FILE) strip
-
- $(FILE): p0f.c
-- $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -o $@ $< $(CLIBS) \
-+ $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -DPREFIX=\"${PREFIX}\" -o \
-+ $@ $< $(CLIBS) \
- `uname|egrep -i 'sunos|solar' >/dev/null && echo "$(SUNLIBS)"`
-
- strip: