summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/pnp4nagios/files/pnp4nagios-0.6.4-makefile.patch')
-rw-r--r--net-analyzer/pnp4nagios/files/pnp4nagios-0.6.4-makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.4-makefile.patch b/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.4-makefile.patch
deleted file mode 100644
index d9e4df8..0000000
--- a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.4-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in 2010-06-03 10:00:23.000000000 -0400
-+++ src/Makefile.in.new 2010-08-12 12:02:10.000000000 -0400
-@@ -82,7 +82,7 @@
- #
- ###############################
- npcd: npcd.c $(NPCDOBJS) $(NPCDHEAD)
-- $(CC) $(CFLAGS) -o $@ npcd.c $(NPCDOBJS) -lpthread
-+ $(CC) $(CFLAGS) $(LDFLAGS) npcd.c $(NPCDOBJS) -lpthread -o npcd
-
- ###############################
- #