]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/commitdiff
- do not hardcode -rpath n `sdl-config --libs` output. SDL-1_2_4-10
authorkloczek <kloczek@pld-linux.org>
Thu, 10 Oct 2002 15:50:13 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL-no_rpath_in_sdl-config.patch -> 1.1

SDL-no_rpath_in_sdl-config.patch [new file with mode: 0644]

diff --git a/SDL-no_rpath_in_sdl-config.patch b/SDL-no_rpath_in_sdl-config.patch
new file mode 100644 (file)
index 0000000..6d3b4fc
--- /dev/null
@@ -0,0 +1,11 @@
+--- SDL-1.2.4/sdl-config.in~   Thu Oct 10 17:46:46 2002
++++ SDL-1.2.4/sdl-config.in    Thu Oct 10 17:46:46 2002
+@@ -48,7 +48,7 @@
+       echo $includes -I@includedir@/SDL @SDL_CFLAGS@
+       ;;
+ @ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@    --libs|--static-libs)
+-@ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
++@ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      libdirs="-L@libdir@
+ @ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      echo $libdirs @SDL_LIBS@ @SHARED_SYSTEM_LIBS@
+ @ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      ;;
+     *)
This page took 0.069249 seconds and 4 git commands to generate.