756ff2c988
- Backport slotting fix from libupnp-1.8.3-r1.ebuild (from Gentoo bug 640422). - This older version is necessary for net-misc/gerbera (Gentoo bug 654014).
14 lines
387 B
Diff
14 lines
387 B
Diff
--- 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 = \
|