From 9b6455fe811a2a97477c98af5f367232fe95ec98 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 11 Aug 2000 12:07:20 +0000 Subject: Fix the recent breakage introduced in 1.1.4 upgrade. Starting from this release `sdl11-config --libs' output includes only SDL libs and doesn't include X11 libs, which confuses configure scripts in third-party apps. I reverted it to the previous behaviour. --- devel/sdl12/files/patch-ak | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'devel/sdl12') 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@" -- cgit v1.2.3