summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-12 07:38:07 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-12 07:38:07 +0800
commit70a54b59041862647df4f65b67216b0a214b1bcd (patch)
treedc98ec4c17a87ba53c04784f50df2061910a6e6e /multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in
parentc6904c93bc709c2ca11defe08257ceb5162e64f3 (diff)
downloadmarcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.tar
marcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.tar.gz
marcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.tar.bz2
marcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.tar.lz
marcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.tar.xz
marcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.tar.zst
marcuscom-ports-70a54b59041862647df4f65b67216b0a214b1bcd.zip
Add gstreamer, needed for gnomemedia2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@148 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in')
-rw-r--r--multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in b/multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in
new file mode 100644
index 000000000..fd554c278
--- /dev/null
+++ b/multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in
@@ -0,0 +1,11 @@
+--- libs/ext/cothreads/tests/Makefile.in.orig Sat Sep 28 23:05:55 2002
++++ libs/ext/cothreads/tests/Makefile.in Sat Sep 28 23:06:23 2002
+@@ -83,7 +83,7 @@
+ GLIB_CFLAGS = @GLIB_CFLAGS@
+ GLIB_LIBS = @GLIB_LIBS@
+ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
+-GTHREAD_LIBS = @GTHREAD_LIBS@
++GTHREAD_LIBS = -lc @GTHREAD_LIBS@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@