summaryrefslogtreecommitdiff
path: root/devel/opal-devel/patches/patch-plugins_configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/opal-devel/patches/patch-plugins_configure')
-rw-r--r--devel/opal-devel/patches/patch-plugins_configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/opal-devel/patches/patch-plugins_configure b/devel/opal-devel/patches/patch-plugins_configure
deleted file mode 100644
index aa617dbd056..00000000000
--- a/devel/opal-devel/patches/patch-plugins_configure
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-plugins_configure,v 1.1 2008/09/14 13:41:38 jmcneill Exp $
-
---- plugins/configure.orig 2008-09-12 17:01:04.000000000 -0400
-+++ plugins/configure 2008-09-13 16:44:36.000000000 -0400
-@@ -9145,7 +9145,7 @@
- { echo "$as_me:$LINENO: result: cannot determine - using defaults" >&5
- echo "${ECHO_T}cannot determine - using defaults" >&6; }
- else
-- LIBAVCODEC_LIB_NAME=`ldd ./conftest | grep libavcodec | awk '{print $1; }'`
-+ LIBAVCODEC_LIB_NAME=`objdump -x ./conftest | grep 'NEEDED.*libavcodec' | awk '{print $2; }'`
- { echo "$as_me:$LINENO: result: $LIBAVCODEC_LIB_NAME" >&5
- echo "${ECHO_T}$LIBAVCODEC_LIB_NAME" >&6; }
-
-@@ -9638,7 +9638,7 @@
- { echo "$as_me:$LINENO: result: cannot determine - using defaults" >&5
- echo "${ECHO_T}cannot determine - using defaults" >&6; }
- else
-- X264_LIB_NAME=`ldd ./conftest | grep libx264 | awk '{print $1; }'`
-+ X264_LIB_NAME=`objdump -x ./conftest | grep 'NEEDED.*libx264' | awk '{print $2; }'`
- { echo "$as_me:$LINENO: result: $X264_LIB_NAME" >&5
- echo "${ECHO_T}$X264_LIB_NAME" >&6; }
-