freebsd-ports/multimedia/gstreamer/files/patch-libs::ext::cothreads::tests::Makefile.in
Mario Sergio Fujikawa Ferreira a135889b18 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
2002-07-15 21:42:38 +00:00

11 lines
395 B
Text

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