summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/p0f/files/p0f-1.8.2-makefile.patch')
-rw-r--r--net-analyzer/p0f/files/p0f-1.8.2-makefile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-analyzer/p0f/files/p0f-1.8.2-makefile.patch b/net-analyzer/p0f/files/p0f-1.8.2-makefile.patch
deleted file mode 100644
index 5f322360a5da..000000000000
--- a/net-analyzer/p0f/files/p0f-1.8.2-makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefil 2002-02-14 21:47:28.000000000 +0200
-+++ Makefile 2002-02-14 21:49:57.000000000 +0200
-@@ -17,8 +17,7 @@
- all: $(FILE) strip
-
- $(FILE): p0f.c
-- $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -o $@ p0f.c $(CLIBS) \
-- `uname|egrep -i 'sunos|solar' >/dev/null && echo "$(SUNLIBS)"`
-+ $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -o $@ p0f.c $(CLIBS)
-
- strip:
- strip $(FILE) || true