summaryrefslogtreecommitdiff
path: root/devel/sdl-devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-11 12:07:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-11 12:07:20 +0000
commit9b6455fe811a2a97477c98af5f367232fe95ec98 (patch)
treed695d77039288af79fb4816bbace6216e7c8ecd6 /devel/sdl-devel
parentMake these COMMENT files conform to Handbook standard. (diff)
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.
Notes
Notes: svn path=/head/; revision=31526
Diffstat (limited to 'devel/sdl-devel')
-rw-r--r--devel/sdl-devel/files/patch-ak13
1 files changed, 9 insertions, 4 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@"