kurt 33092bd075 explicitly link in libstdc++ to arts & sidplay plugins to correct
gst-register core dumps reported by steven@. also remove extra pthread
WANTLIB for dvdnav. okay nikolay@
2006-08-18 17:04:22 +00:00

48 lines
1.5 KiB
Plaintext

$OpenBSD: patch-configure,v 1.6 2006/08/18 17:04:22 kurt Exp $
--- configure.orig Sun Sep 4 08:21:34 2005
+++ configure Wed Aug 16 17:24:06 2006
@@ -28114,7 +28114,7 @@ DEFAULT_AUDIOSRC="osssrc"
DEFAULT_VIDEOSRC="v4lsrc"
DEFAULT_VISUALIZER="goom"
case "$host" in
- *-sun-* | *pc-solaris* )
+ *-sun-* | *pc-solaris* | *-*-openbsd* )
DEFAULT_AUDIOSINK="sunaudiosink"
DEFAULT_VIDEOSINK="ximagesink"
DEFAULT_AUDIOSRC="sunaudiosrc"
@@ -35338,7 +35338,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_Xv_pic_XvQueryExtension" >&5
echo "${ECHO_T}$ac_cv_lib_Xv_pic_XvQueryExtension" >&6
if test $ac_cv_lib_Xv_pic_XvQueryExtension = yes; then
- HAVE_XVIDEO="yes"
+ HAVE_XVIDEO="no" # break this test for now so we get the non-pic Xv
else
HAVE_XVIDEO="no"
fi
@@ -38321,6 +38321,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test "x$no_arts" = x ; then
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
+ ARTS_LIBS="-lstdc++"
HAVE_ARTS=yes
else
echo "$as_me:$LINENO: result: no" >&5
@@ -42153,7 +42154,7 @@ fi
DVDNAV_CFLAGS=
HAVE_DVDNAV=no
else
- if dvdnav-config --plugin-libs &> /dev/null; then
+ if dvdnav-config --plugin-libs 2> /dev/null >/dev/null; then
DVDNAV_LIBS=`dvdnav-config --plugin-libs `
else
DVDNAV_LIBS=`dvdnav-config --libs `
@@ -53328,7 +53329,7 @@ echo "${ECHO_T}$HAVE_SIDPLAY" >&6
fi
SIDPLAY_CFLAGS=
-SIDPLAY_LIBS="-lsidplay"
+SIDPLAY_LIBS="-lsidplay -lstdc++"