summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mjpegtools/patches/patch-as')
-rw-r--r--multimedia/mjpegtools/patches/patch-as17
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/mjpegtools/patches/patch-as b/multimedia/mjpegtools/patches/patch-as
deleted file mode 100644
index 7afdbece162..00000000000
--- a/multimedia/mjpegtools/patches/patch-as
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-as,v 1.1 2005/06/06 19:10:44 jmmv Exp $
-
---- configure.orig 2004-02-03 22:58:37.000000000 +0000
-+++ configure
-@@ -22481,9 +22481,10 @@ else
- echo "${ECHO_T}no" >&6
- fi
-
--# FreeBSD and OpenBSD have neither -lpthread nor integrated pthreads in libc.
-+# DragonFly, 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
-+if test x$OS_ARCH = xFreeBSD -o x$OS_ARCH = xOpenBSD -o x$OS_ARCH = xDragonFly; then
- CFLAGS="$CFLAGS -pthread"
- CXXFLAGS="$CXXFLAGS -pthread"
- fi