diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-27 11:54:32 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-27 11:54:32 +0000 |
commit | b9fa279bcea919034e2247f0c85c21eff5762a0f (patch) | |
tree | 734d6401ffcd0a7ace2ddc11878dc3cbd1f6919a /devel/SDL/patches | |
parent | 210ff82f99a74953db86b23291eaa97d7a028b0a (diff) | |
download | pkgsrc-b9fa279bcea919034e2247f0c85c21eff5762a0f.tar.gz |
Make sdl-config --libs find libX11.
Diffstat (limited to 'devel/SDL/patches')
-rw-r--r-- | devel/SDL/patches/patch-ak | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/SDL/patches/patch-ak b/devel/SDL/patches/patch-ak index be72587649e..71fed09fe63 100644 --- a/devel/SDL/patches/patch-ak +++ b/devel/SDL/patches/patch-ak @@ -1,12 +1,14 @@ -$NetBSD: patch-ak,v 1.2 2000/10/15 07:39:45 wulf Exp $ +$NetBSD: patch-ak,v 1.3 2000/12/27 11:54:33 hubertf Exp $ ---- sdl-config.in.orig Sun Sep 24 10:29:01 2000 -+++ sdl-config.in Mon Oct 2 13:24:05 2000 -@@ -49,7 +49,7 @@ +--- sdl-config.in.orig Sun Sep 24 02:59:01 2000 ++++ sdl-config.in Wed Dec 27 12:30:27 2000 +@@ -48,8 +48,8 @@ + echo $includes -I@includedir@/SDL @SDL_CFLAGS@ ;; --libs) - libdirs="-L@libdir@ @SDL_RLD_FLAGS@" +- libdirs="-L@libdir@ @SDL_RLD_FLAGS@" - echo $libdirs @SDL_LIBS@ ++ libdirs="-L@libdir@ -Wl,-R@libdir@ @SDL_RLD_FLAGS@" + echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@ ;; --static-libs) |