diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-15 21:42:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-15 21:42:38 +0000 |
commit | a135889b1832244679ef26208ae8c6be8cfbe597 (patch) | |
tree | 1394308156704fe26e25234f844d1ded963685a6 /multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in | |
parent | Upgrade to 0.4.2 (diff) |
o New port gstreamer version 0.4.0: Development framework for
creating media applications
o Mark as BROKEN: Needs help fixing scheduling code under FreeBSD
o This is being added even though it is broken hoping that someone
will have the time/expertise to fix it
Notes
Notes:
svn path=/head/; revision=63043
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.in | 11 |
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 000000000000..19d00d8a9e23 --- /dev/null +++ b/multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in @@ -0,0 +1,11 @@ +--- libs/ext/cothreads/tests/Makefile.in.orig Wed Jul 10 15:44:45 2002 ++++ libs/ext/cothreads/tests/Makefile.in Wed Jul 10 15:45:06 2002 +@@ -76,7 +76,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@ |