mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
395 B
Text
11 lines
395 B
Text
--- 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@
|