freebsd-ports/multimedia/libdv/files/patch-configure
2006-12-15 13:29:55 +00:00

11 lines
400 B
Text

--- 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