summaryrefslogtreecommitdiff
path: root/devel/glib2/patches/patch-ab
blob: b0add5a45d339b1b7096b605e2222551f31da867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.6 2003/02/09 00:57:14 chris Exp $

--- configure.orig	2003-02-09 00:44:10.000000000 +0000
+++ configure	2003-02-09 00:46:14.000000000 +0000
@@ -19025,7 +19025,7 @@
 #  b) libtool doesn't recognize -pthread as a library dependency.
 #
 case $host in
-  *-*-linux*)
+  *-*-linux* | *-*-netbsd*)
     G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
     ;;
   *)