summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-11 12:50:35 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-11 12:50:35 +0100
commitc421b0d9db8603cc18aa108d8135aba47ced77e2 (patch)
treeee42c9c5d35c26bf17cf600791f034842c0ddaae /net-libs/libnatpmp/files/respect-libdir.patch
parentnet-libs/libnatpmp: ppc64 stable wrt bug #708868 (diff)
downloadgentoo-c421b0d9db8603cc18aa108d8135aba47ced77e2.tar.gz
gentoo-c421b0d9db8603cc18aa108d8135aba47ced77e2.tar.bz2
gentoo-c421b0d9db8603cc18aa108d8135aba47ced77e2.zip
net-libs/libnatpmp: Remove old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/libnatpmp/files/respect-libdir.patch')
-rw-r--r--net-libs/libnatpmp/files/respect-libdir.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-libs/libnatpmp/files/respect-libdir.patch b/net-libs/libnatpmp/files/respect-libdir.patch
deleted file mode 100644
index 07f5d87ddf98..000000000000
--- a/net-libs/libnatpmp/files/respect-libdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- libnatpmp-20110808/Makefile
-+++ libnatpmp-20110808/Makefile
-@@ -6,6 +6,7 @@
- # (c) 2007-2011 Thomas Bernard
- # http://miniupnp.free.fr/libnatpmp.html
-
-+GENTOO_LIBDIR ?= lib
- OS = $(shell uname -s)
- CC ?= gcc
- INSTALL = install
-@@ -36,7 +37,7 @@
-
- INSTALLPREFIX ?= $(PREFIX)/usr
- INSTALLDIRINC = $(INSTALLPREFIX)/include
--INSTALLDIRLIB = $(INSTALLPREFIX)/lib
-+INSTALLDIRLIB = $(INSTALLPREFIX)/$(GENTOO_LIBDIR)
- INSTALLDIRBIN = $(INSTALLPREFIX)/bin
-
- .PHONY: all clean depend install cleaninstall installpythonmodule