|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/blindcoder/libsdl/configure-artsc-fix.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./configure.orig 2004-02-22 23:32:33.000000000 +0200
|
|
+++ ./configure 2004-03-11 19:23:23.000000000 +0200
|
|
@@ -22159,6 +22159,7 @@
|
|
else
|
|
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags`
|
|
ARTSC_LIBS=`$ARTSCCONFIG --libs`
|
|
+ ARTSC_PREFIX=`$ARTSCCONFIG --arts-prefix`
|
|
echo "$as_me:$LINENO: checking for aRts development environment" >&5
|
|
echo $ECHO_N "checking for aRts development environment... $ECHO_C" >&6
|
|
audio_arts=no
|
|
@@ -22225,7 +22226,7 @@
|
|
else
|
|
enable_arts_shared=yes
|
|
fi;
|
|
- arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([^ ]*\).*/\1\/libartsc.so.*/'`
|
|
+ arts_lib_spec="$ARTSC_PREFIX/lib/libartsc.so.*"
|
|
arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'`
|
|
echo "-- $arts_lib_spec -> $arts_lib"
|
|
if test x$use_dlopen != xyes && \
|