Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 21 years ago
parent
commit
015e859ea7
2 changed files with 11 additions and 11 deletions
  1. +9
    -9
      package/blindcoder/libsdl/configure-artsc-fix.patch
  2. +2
    -2
      package/blindcoder/libsdl/libsdl.desc

+ 9
- 9
package/blindcoder/libsdl/configure-artsc-fix.patch

@ -1,19 +1,19 @@
--- SDL-1.2.6/configure 2003-08-30 21:13:23.000000000 +0200
+++ SDL-1.2.6-rock/configure 2004-02-23 18:47:28.000000000 +0100
@@ -3595,6 +3595,7 @@
--- ./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 $ac_n "checking for aRts development environment""... $ac_c" 1>&6
echo "configure:3600: checking for aRts development environment" >&5
echo "$as_me:$LINENO: checking for aRts development environment" >&5
echo $ECHO_N "checking for aRts development environment... $ECHO_C" >&6
audio_arts=no
@@ -3633,7 +3634,7 @@
@@ -22225,7 +22226,7 @@
else
enable_arts_shared=yes
fi
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$enable_dlopen != xyes && \
if test x$use_dlopen != xyes && \

+ 2
- 2
package/blindcoder/libsdl/libsdl.desc

@ -43,8 +43,8 @@
[L] GPL
[S] Stable
[V] 1.2.6
[V] 1.2.7
[P] X -----5---9 310.000
[D] 3871804295 SDL-1.2.6.tar.gz http://www.libsdl.org/release/
[D] 3283915823 SDL-1.2.7.tar.gz http://www.libsdl.org/release/

Loading…
Cancel
Save