56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
$OpenBSD: patch-configure,v 1.2 2005/11/16 06:39:23 marcm Exp $
|
|
--- configure.orig Tue Oct 5 11:11:28 2004
|
|
+++ configure Thu Aug 18 18:09:33 2005
|
|
@@ -9017,7 +9017,7 @@ nto-qnx*)
|
|
openbsd*)
|
|
version_type=sunos
|
|
need_lib_prefix=no
|
|
- need_version=yes
|
|
+ need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
@@ -20864,7 +20864,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
|
|
ac_status=$?
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
- have_fwrite_unlocked=yes
|
|
+ have_fwrite_unlocked=no
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
@@ -21827,15 +21827,9 @@ fi
|
|
if test "x$GST_INSPECT" != "x"; then
|
|
echo "$as_me:$LINENO: checking GStreamer element gnomevfssrc" >&5
|
|
echo $ECHO_N "checking GStreamer element gnomevfssrc... $ECHO_C" >&6
|
|
- if $GST_INSPECT gnomevfssrc > /dev/null 2> /dev/null ; then
|
|
echo "$as_me:$LINENO: result: found." >&5
|
|
echo "${ECHO_T}found." >&6
|
|
|
|
- else
|
|
- echo "$as_me:$LINENO: result: not found." >&5
|
|
-echo "${ECHO_T}not found." >&6
|
|
- missing_gst_elements="$missing_gst_elements gnomevfssrc"
|
|
- fi
|
|
fi
|
|
|
|
|
|
@@ -22243,7 +22237,7 @@ echo $ECHO_N "checking ID3TAG_LIBS... $E
|
|
echo "${ECHO_T}$ID3TAG_LIBS" >&6
|
|
else
|
|
ID3TAG_CFLAGS=""
|
|
- ID3TAG_LIBS=""
|
|
+ ID3TAG_LIBS="-lid3tag"
|
|
## If we have a custom action on failure, don't print errors, but
|
|
## do set a variable so people can do so.
|
|
ID3TAG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "id3tag >= 0.15.0b"`
|
|
@@ -22261,7 +22255,7 @@ echo "${ECHO_T}$ID3TAG_LIBS" >&6
|
|
if test $succeeded = yes; then
|
|
enable_mp3=yes
|
|
else
|
|
- enable_mp3=no
|
|
+ enable_mp3=yes
|
|
fi
|
|
|
|
if test x"$enable_mp3" = xno; then
|