aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdv/files/patch-configure
blob: 15393bab6bee3d7a4098ec6ad66f1577801241f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Tue Nov 30 12:23:44 2004
+++ configure	Sun Dec 10 04:22:48 2006
@@ -20393,8 +20393,6 @@
 # FreeBSD and OpenBSD have neither -lpthread nor integrated pthreads in libc.
 # Instead -pthread is used to the compiler/linker to get pthreads working right.
 if test x$OS_ARCH = xFreeBSD -o x$OS_ARCH = xOpenBSD; then
-   CFLAGS="$CFLAGS -pthread"
-   CXXFLAGS="$CXXFLAGS -pthread"
 fi