head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.10 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.6 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.4 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.2 pkgsrc-2008Q3-base:1.2; locks; strict; comment @# @; 1.2 date 2008.09.22.23.49.07; author jmcneill; state dead; branches; next 1.1; 1.1 date 2008.09.14.13.41.38; author jmcneill; state Exp; branches; next ; desc @@ 1.2 log @opal-devel -> opal @ text @$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; } @ 1.1 log @* Fix libavcodec library name detection, so we don't later try to dlopen("-lavcodec.51"). * Disable h263ffmpeg plugin as ekiga doesn't use it * Pass LDFLAGS to plugins at linking time, so they get RPATH * Use RTLD_NEXT on NetBSD in an attempt to find symbols in NEEDED libraries of the one we actually loaded (libavcodec). @ text @d1 1 a1 1 $NetBSD$ @