diff options
Diffstat (limited to 'devel/sdl12/files/patch-ak')
| -rw-r--r-- | devel/sdl12/files/patch-ak | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/sdl12/files/patch-ak b/devel/sdl12/files/patch-ak new file mode 100644 index 000000000000..b692d613b4a2 --- /dev/null +++ b/devel/sdl12/files/patch-ak @@ -0,0 +1,20 @@ +--- sdl-config.in.orig Sun Apr 23 22:23:24 2000 ++++ sdl-config.in Sun Apr 23 22:24:14 2000 +@@ -5,7 +5,7 @@ + exec_prefix_set=no + + usage="\ +-Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" ++Usage: sdl11-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" + + if test $# -eq 0; then + echo "${usage}" 1>&2 +@@ -42,7 +42,7 @@ + if test @includedir@ != /usr/include ; then + includes=-I@includedir@ + fi +- echo $includes -I@includedir@/SDL @SDL_CFLAGS@ ++ echo $includes -I@includedir@/SDL11 @SDL_CFLAGS@ + ;; + --libs) + if [ "`uname`" = "SunOS" ]; then |
