openbsd-ports/devel/glib/patches/patch-glib-config_in
jakemsr cb3832e975 use -pthread instead of -lpthread for pthread linkage
bulk build tested by steven@

sync w/update-patches while here
2007-12-11 10:57:25 +00:00

13 lines
474 B
Plaintext

$OpenBSD: patch-glib-config_in,v 1.6 2007/12/11 10:57:25 jakemsr Exp $
--- glib-config.in.orig Sat Oct 28 00:35:30 2000
+++ glib-config.in Wed Jan 9 12:19:36 2002
@@ -88,7 +88,7 @@ if test "$echo_cflags" = "yes"; then
if test "$lib_gthread" = "yes"; then
cflags="$cflags @G_THREAD_CFLAGS@"
fi
- echo -I@includedir@/glib-1.2 -I@libdir@/glib/include $includes $cflags
+ echo -I@includedir@/glib-1.2 $includes $cflags
fi
if test "$echo_libs" = "yes"; then
libsp=""