diff options
-rw-r--r-- | devel/sdl-devel/files/patch-ak | 13 | ||||
-rw-r--r-- | devel/sdl12/files/patch-ak | 13 |
2 files changed, 18 insertions, 8 deletions
diff --git a/devel/sdl-devel/files/patch-ak b/devel/sdl-devel/files/patch-ak index b692d613b4a2..77feb792cf98 100644 --- a/devel/sdl-devel/files/patch-ak +++ b/devel/sdl-devel/files/patch-ak @@ -1,5 +1,5 @@ ---- sdl-config.in.orig Sun Apr 23 22:23:24 2000 -+++ sdl-config.in Sun Apr 23 22:24:14 2000 +--- sdl-config.in.orig Mon May 22 21:01:18 2000 ++++ sdl-config.in Fri Aug 11 15:01:30 2000 @@ -5,7 +5,7 @@ exec_prefix_set=no @@ -9,7 +9,7 @@ if test $# -eq 0; then echo "${usage}" 1>&2 -@@ -42,7 +42,7 @@ +@@ -42,11 +42,11 @@ if test @includedir@ != /usr/include ; then includes=-I@includedir@ fi @@ -17,4 +17,9 @@ + echo $includes -I@includedir@/SDL11 @SDL_CFLAGS@ ;; --libs) - if [ "`uname`" = "SunOS" ]; then + libdirs="-L@libdir@ @SDL_RLD_FLAGS@" +- echo $libdirs @SDL_LIBS@ ++ echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@ + ;; + --static-libs) + libdirs="-L@libdir@ @SDL_RLD_FLAGS@" diff --git a/devel/sdl12/files/patch-ak b/devel/sdl12/files/patch-ak index b692d613b4a2..77feb792cf98 100644 --- a/devel/sdl12/files/patch-ak +++ b/devel/sdl12/files/patch-ak @@ -1,5 +1,5 @@ ---- sdl-config.in.orig Sun Apr 23 22:23:24 2000 -+++ sdl-config.in Sun Apr 23 22:24:14 2000 +--- sdl-config.in.orig Mon May 22 21:01:18 2000 ++++ sdl-config.in Fri Aug 11 15:01:30 2000 @@ -5,7 +5,7 @@ exec_prefix_set=no @@ -9,7 +9,7 @@ if test $# -eq 0; then echo "${usage}" 1>&2 -@@ -42,7 +42,7 @@ +@@ -42,11 +42,11 @@ if test @includedir@ != /usr/include ; then includes=-I@includedir@ fi @@ -17,4 +17,9 @@ + echo $includes -I@includedir@/SDL11 @SDL_CFLAGS@ ;; --libs) - if [ "`uname`" = "SunOS" ]; then + libdirs="-L@libdir@ @SDL_RLD_FLAGS@" +- echo $libdirs @SDL_LIBS@ ++ echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@ + ;; + --static-libs) + libdirs="-L@libdir@ @SDL_RLD_FLAGS@" |