summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2013-05-11 13:43:35 +0000
committerChristian Ruppert <idl0r@gentoo.org>2013-05-11 13:43:35 +0000
commit4c4becdd3e0004da37229ad05c0b747fa219a303 (patch)
tree3f7bef9ee29048eaeb5f006a1a3393f03683283b /net-analyzer/pnp4nagios/files
parentInitial commit. (diff)
downloadgentoo-2-4c4becdd3e0004da37229ad05c0b747fa219a303.tar.gz
gentoo-2-4c4becdd3e0004da37229ad05c0b747fa219a303.tar.bz2
gentoo-2-4c4becdd3e0004da37229ad05c0b747fa219a303.zip
Version bump. Remove old versions.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'net-analyzer/pnp4nagios/files')
-rw-r--r--net-analyzer/pnp4nagios/files/pnp4nagios-0.6.7-makefile.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.7-makefile.patch b/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.7-makefile.patch
deleted file mode 100644
index d26263e1a4a1..000000000000
--- a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.7-makefile.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Naur pnp4nagios-0.6.7.orig/Makefile.in pnp4nagios-0.6.7/Makefile.in
---- pnp4nagios-0.6.7.orig/Makefile.in 2010-10-19 08:26:19.000000000 +0200
-+++ pnp4nagios-0.6.7/Makefile.in 2010-10-19 08:31:51.000000000 +0200
-@@ -123,8 +123,13 @@
-
- install-unstripped:
- cd $(SRC_BASE) && $(MAKE) $@
-- cd $(SRC_SHARE) && $(MAKE) $@
-- cd $(SRC_SCRIPTS) && $(MAKE) $@
-+ cd $(SRC_SHARE) && $(MAKE) install
-+ if [ x$(KOHANA) = xyes ]; then \
-+ cd $(SRC_LIB) && $(MAKE) install; \
-+ fi
-+
-+ cd $(SRC_SCRIPTS) && $(MAKE) install
-+ cd $(SRC_CONFIG) && $(MAKE) install
- $(MAKE) install-basic
-
- install-basic:
-diff -Naur pnp4nagios-0.6.7.orig/src/Makefile.in pnp4nagios-0.6.7/src/Makefile.in
---- pnp4nagios-0.6.7.orig/src/Makefile.in 2010-10-19 08:26:19.000000000 +0200
-+++ pnp4nagios-0.6.7/src/Makefile.in 2010-10-19 08:28:08.000000000 +0200
-@@ -83,7 +83,7 @@
- #
- ###############################
- npcd: npcd.c $(NPCDOBJS) $(NPCDHEAD)
-- $(CC) $(CFLAGS) -o $@ npcd.c $(NPCDOBJS) -lpthread
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ npcd.c $(NPCDOBJS) -lpthread
-
- ###############################
- #