diff options
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@ |