aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12/files/patch-configure
blob: 6a5419d3f9cf0eb33619ebc988f9b453649d48fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- configure.orig	Wed Jul  5 00:52:15 2006
+++ configure	Wed Jul  5 01:01:28 2006
@@ -29772,8 +29772,8 @@
 #            pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
             ;;
         *-*-freebsd*|*-*-dragonfly*)
-            pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
-            pthread_lib="-pthread"
+            pthread_cflags="-D_REENTRANT ${PTHREAD_CFLAGS}"
+            pthread_lib="${PTHREAD_LIBS}"
             ;;
         *-*-netbsd*)
             pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"