summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/transcode/patches/patch-be')
-rw-r--r--multimedia/transcode/patches/patch-be22
1 files changed, 0 insertions, 22 deletions
diff --git a/multimedia/transcode/patches/patch-be b/multimedia/transcode/patches/patch-be
deleted file mode 100644
index 490de1b81e1..00000000000
--- a/multimedia/transcode/patches/patch-be
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-be,v 1.1 2005/10/10 21:23:24 joerg Exp $
-
---- configure.in.orig 2005-07-10 17:19:18.000000000 +0000
-+++ configure.in
-@@ -147,7 +147,7 @@ AC_CHECK_LIB(m, lrintf, AC_DEFINE([HAVE_
-
- dnl Replace `main' with a function in pthread libs:
- case "$host" in
-- *-*-freebsd*)
-+ *-*-freebsd* | *-*-dragonfly*)
- pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
- pthread_lib="-pthread"
- ;;
-@@ -350,7 +350,7 @@ if test x$have_x86cpu = xtrue ; then
- AC_MSG_CHECKING(for CMOV support)
- if test "$enable_cmov_extension" != "no" ; then
- case "$host" in
-- *-*-freebsd*)
-+ *-*-freebsd* | *-*-dragonfly*)
- cpu_features=`grep -l CMOV /var/run/dmesg.boot`
- if test X"$cpu_features" = X"/var/run/dmesg.boot" ; then
- have_cmov=true