mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 22:11:19 +02:00
12 lines
624 B
Plaintext
12 lines
624 B
Plaintext
--- ./ext/modplug/Makefile.in.orig 2017-06-01 20:24:18.763868000 +0200
|
|
+++ ./ext/modplug/Makefile.in 2017-06-01 20:32:00.955258000 +0200
|
|
@@ -557,7 +557,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 = --tag=disable-static
|
|
noinst_HEADERS = gstmodplug.h
|