diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-01 21:41:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-01 21:41:40 +0000 |
commit | 452af786b2a85525adc8c2afd06859482ec3c6bf (patch) | |
tree | 828aa0303a4e16c2e06b9b68d95c4f546f341d06 /multimedia/gstreamer1-plugins-bad/files/patch-ext_modplug_Makefile.in | |
parent | - Update from 2.2.0b3 to 2.3.0a4 (diff) |
Fix the build of audio/gstreamer1-plugins-modplug on 10.0+ by removing
hardcoded -lstdc++.
Notes
Notes:
svn path=/head/; revision=332411
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad/files/patch-ext_modplug_Makefile.in')
-rw-r--r-- | multimedia/gstreamer1-plugins-bad/files/patch-ext_modplug_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-ext_modplug_Makefile.in b/multimedia/gstreamer1-plugins-bad/files/patch-ext_modplug_Makefile.in new file mode 100644 index 000000000000..38a3c02fc163 --- /dev/null +++ b/multimedia/gstreamer1-plugins-bad/files/patch-ext_modplug_Makefile.in @@ -0,0 +1,11 @@ +--- ext/modplug/Makefile.in.orig 2013-11-01 22:34:02.000000000 +0100 ++++ ext/modplug/Makefile.in 2013-11-01 22:34:20.000000000 +0100 +@@ -623,7 +623,7 @@ + plugin_LTLIBRARIES = libgstmodplug.la + libgstmodplug_la_SOURCES = gstmodplug.cc + libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MODPLUG_CFLAGS) +-libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lstdc++ $(LIBM) $(MODPLUG_LIBS) ++libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(LIBM) $(MODPLUG_LIBS) + libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + libgstmodplug_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) + noinst_HEADERS = gstmodplug.h |