diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2017-01-04 23:10:17 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2017-01-04 23:10:45 +0000 |
commit | 8e22f7fc1f282cd32e56f0484f90a449ec76b317 (patch) | |
tree | d7c1b9662e0eca4c9a558ea4ae735171d60b1439 /net-libs/libupnp/files | |
parent | app-crypt/manuale: Version bump to 1.1.0 (diff) | |
download | gentoo-8e22f7fc1f282cd32e56f0484f90a449ec76b317.tar.gz gentoo-8e22f7fc1f282cd32e56f0484f90a449ec76b317.tar.bz2 gentoo-8e22f7fc1f282cd32e56f0484f90a449ec76b317.zip |
net-libs/libupnp: Bump to 1.8.0, introduce 1.8 slot
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/libupnp/files')
-rw-r--r-- | net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch b/net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch new file mode 100644 index 000000000000..f0fbd04fc353 --- /dev/null +++ b/net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch @@ -0,0 +1,13 @@ +--- 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_1_8_SOURCES) \ +- $(tv_device_1_8_SOURCES) ++ $(sort $(tv_ctrlpt_1_8_SOURCES) \ ++ $(tv_device_1_8_SOURCES) ) + endif + + EXTRA_DIST = \ |