summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ak
blob: b5d6ee485d15820e03215d4677c21c6b28298d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ak,v 1.3 2006/03/13 17:31:00 joerg Exp $

--- configure.orig	2006-03-13 15:53:42.000000000 +0000
+++ configure
@@ -25003,6 +25003,9 @@ case $host in
     CPPFLAGS="$CPPFLAGS -I/usr/local/include"
     LDFLAGS="$LDFLAGS -L/usr/local/lib"
     ;;
+  *-*-dragonfly*)
+    THREAD_LIBS="-pthread"
+    ;;
   *)
     echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6