diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-12 00:07:27 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-12 00:07:27 (GMT) |
commit | b57ed162489566120639f6f53fc854cc472c6ca6 (patch) | |
tree | f3d5833dd29f02067ee00b5e72d854a50c607c23 /abs/core/sdl | |
parent | 74fc0c6f2d5998e99a18036f64ca9e17fa60d63f (diff) | |
download | linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.zip linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.gz linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.bz2 |
More file cleanups
Diffstat (limited to 'abs/core/sdl')
-rw-r--r-- | abs/core/sdl/sdl-1.2.13-dynaminc-esd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/sdl/sdl-1.2.13-dynaminc-esd.patch b/abs/core/sdl/sdl-1.2.13-dynaminc-esd.patch deleted file mode 100644 index 3dab5fc..0000000 --- a/abs/core/sdl/sdl-1.2.13-dynaminc-esd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur SDL-1.2.13-old/configure SDL-1.2.13/configure ---- SDL-1.2.13-old/configure 2007-12-31 15:09:39.000000000 +1000 -+++ SDL-1.2.13/configure 2008-10-20 22:22:36.000000000 +1000 -@@ -25382,7 +25382,7 @@ - enable_esd_shared=yes - fi - -- esd_lib_spec=`echo $ESD_LIBS | sed 's/.*-L\([^ ]*\).*/\1\/libesd.so.*/'` -+ esd_lib_spec="/usr/lib/libesd.so.*" - esd_lib=`ls -- $esd_lib_spec | sed 's/.*\/\(.*\)/\1/; q'` - echo "-- $esd_lib_spec -> $esd_lib" - |