diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/bloboats/files | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) |
Notes
Diffstat (limited to 'games/bloboats/files')
-rw-r--r-- | games/bloboats/files/patch-Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/bloboats/files/patch-Makefile b/games/bloboats/files/patch-Makefile index cc6d8adae4b1..22e6282cc0a0 100644 --- a/games/bloboats/files/patch-Makefile +++ b/games/bloboats/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Aug 3 01:05:54 2006 -+++ Makefile Sun Sep 17 00:19:51 2006 +--- Makefile.orig Thu Aug 3 03:05:54 2006 ++++ Makefile Mon Sep 18 20:46:22 2006 @@ -7,16 +7,16 @@ ### Installation directory (Installation prefix) # If you don't have root privileges, set this to /home/tentacleman/bloboats/ @@ -29,7 +29,7 @@ ### Only some random settings below -@@ -60,7 +60,7 @@ +@@ -60,12 +60,12 @@ CXX_MACOSX = g++ CXX_CROSS = i586-mingw32msvc-g++ @@ -38,6 +38,12 @@ ### SDL-Config in your system + SDLCONFIG_DEFAULT = sdl-config +-SDLCONFIG_FREEBSD = sdl11-config ++SDLCONFIG_FREEBSD = sdl-config + SDLCONFIG_NETBSD = sdl-config + SDLCONFIG_MACOSX = sdl-config + SDLCONFIG_CROSS = i586-mingw32msvc-sdl-config @@ -74,7 +74,7 @@ ### Libs |