a0d85fda46
Simplify the infrastructure a bit, and let it compile with libfam, now...
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
$OpenBSD: patch-gmcop_Makefile_in,v 1.10 2007/05/25 09:49:54 espie Exp $
|
|
--- gmcop/Makefile.in.orig Mon May 14 13:23:29 2007
|
|
+++ gmcop/Makefile.in Mon May 14 15:34:39 2007
|
|
@@ -140,7 +140,7 @@ F77 = @F77@
|
|
FFLAGS = @FFLAGS@
|
|
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
|
|
GLIB_CFLAGS = @GLIB_CFLAGS@
|
|
-GLIB_LDFLAGS = @GLIB_LDFLAGS@
|
|
+GLIB_LDFLAGS = @GLIB_LDFLAGS@ -pthread
|
|
GLIB_LIBADD = @GLIB_LIBADD@
|
|
GREP = @GREP@
|
|
GSL_CFLAGS = @GSL_CFLAGS@
|