aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-07-26 22:00:18 +0800
committerahze <ahze@FreeBSD.org>2008-07-26 22:00:18 +0800
commit027623add9039e35243460e3955699033475b012 (patch)
tree9bbc2395c14614b86ca0ea1465727a1ffdf35379 /multimedia/gstreamer-plugins
parent3c4acb1785199217365c582f11e2300b719095b0 (diff)
downloadfreebsd-ports-gnome-027623add9039e35243460e3955699033475b012.tar.gz
freebsd-ports-gnome-027623add9039e35243460e3955699033475b012.tar.zst
freebsd-ports-gnome-027623add9039e35243460e3955699033475b012.zip
Fix build of pango plugin
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in b/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in
new file mode 100644
index 000000000000..cec86b2009aa
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in
@@ -0,0 +1,20 @@
+--- ext/pango/Makefile.in.orig 2008-07-26 06:39:00.827210159 -0700
++++ ext/pango/Makefile.in 2008-07-26 06:57:02.595333482 -0700
+@@ -86,7 +86,7 @@
+ pluginLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(plugin_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+-libgstpango_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
++libgstpango_la_DEPENDENCIES = \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+ am_libgstpango_la_OBJECTS = libgstpango_la-gstclockoverlay.lo \
+@@ -481,7 +481,7 @@
+
+ libgstpango_la_LIBADD = \
+ $(GST_PLUGINS_BASE_LIBS) \
+- $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
++ -lgstvideo-$(GST_MAJORMINOR) \
+ $(GST_BASE_LIBS) \
+ $(GST_LIBS) \
+ $(PANGO_LIBS)