summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-18 20:18:42 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-20 17:11:27 +0100
commit8edee7a32f9989594582e7a6a5571c98e3c4cfbf (patch)
treec1d3032409a5464a452fcaa6edd9f49260a446e6 /net-libs/libupnp
parentdev-ruby/redis: remove unused patch (diff)
downloadgentoo-8edee7a32f9989594582e7a6a5571c98e3c4cfbf.tar.gz
gentoo-8edee7a32f9989594582e7a6a5571c98e3c4cfbf.tar.bz2
gentoo-8edee7a32f9989594582e7a6a5571c98e3c4cfbf.zip
net-libs/libupnp: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/19992 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs/libupnp')
-rw-r--r--net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch13
-rw-r--r--net-libs/libupnp/files/libupnp-1.6.21-cflags.patch30
2 files changed, 0 insertions, 43 deletions
diff --git a/net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch b/net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch
deleted file mode 100644
index 622f58a9003f..000000000000
--- a/net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- libupnp-1.6.19/upnp/sample/Makefile.am.orig 2013-11-15 19:50:02.000000000 +0400
-+++ libupnp-1.6.19/upnp/sample/Makefile.am 2016-06-03 20:30:43.545081667 +0300
-@@ -65,8 +65,8 @@
- if WITH_DOCUMENTATION
- examplesdir = $(docdir)/examples
- examples_DATA = \
-- $(tv_ctrlpt_SOURCES) \
-- $(tv_device_SOURCES)
-+ $(sort $(tv_ctrlpt_SOURCES) \
-+ $(tv_device_SOURCES) )
- endif
-
- EXTRA_DIST = \
diff --git a/net-libs/libupnp/files/libupnp-1.6.21-cflags.patch b/net-libs/libupnp/files/libupnp-1.6.21-cflags.patch
deleted file mode 100644
index 3eaf66e80413..000000000000
--- a/net-libs/libupnp/files/libupnp-1.6.21-cflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-don't append flags like -O0/-Os which clobber the user's settings
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -539,25 +539,6 @@ AC_PROG_EGREP
- echo "--------------------- Default compilation flags -------------------------------"
- echo host is $host
- echo host_os is $host_os
--case $host_os in
--freebsd*)
-- echo "Using FreeBSD specific compiler settings"
-- # Put FreeBSD specific compiler flags here
-- ;;
--*)
-- echo "Using non-specific system compiler settings"
-- if test x"$enable_debug" = xyes; then
-- # AC_PROG_CC already sets CFLAGS to "-g -O2" by default,
-- # but only if CFLAGS was not previously set.
-- #:
-- # Use -O0 in debug so that variables do not get optimized out
-- AX_CFLAGS_GCC_OPTION([-O0, -g])
-- else
-- # add optimise for size
-- AX_CFLAGS_GCC_OPTION([-Os])
-- fi
-- ;;
--esac
-
- AX_CFLAGS_WARN_ALL
- echo "-------------------------------------------------------------------------------"