From a91a2175a64eb84bd3fb7b81e91f1f5a8ea6ba5e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 12 Oct 2004 13:16:51 +0000 Subject: Add freebooters 0.2.1, The Caribbean Sea in the late 16th century: The Dutch, French, English and Spanish crown aim to expand their areas of influence. You as an auspiscious young captain are trying to make the best of it, as you may either become a brave merchant soul, a freebooting hero of your crown or a bloodlusty dreaded pirate leader. Freebooters will hopefully become a free clone of the Sid Meier classic Pirates!. It's written in C++ using SDL and licensed under the GNU General Public License. PR: ports/72189 Submitted by: Janos Mohacsi --- games/freebooters/files/patch-sdl__setup.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 games/freebooters/files/patch-sdl__setup.cc (limited to 'games/freebooters/files/patch-sdl__setup.cc') diff --git a/games/freebooters/files/patch-sdl__setup.cc b/games/freebooters/files/patch-sdl__setup.cc new file mode 100644 index 000000000000..f79d19585444 --- /dev/null +++ b/games/freebooters/files/patch-sdl__setup.cc @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- sdl_setup.cc.orig Thu Sep 30 00:32:24 2004 ++++ sdl_setup.cc Thu Sep 30 00:39:30 2004 +@@ -59,7 +59,7 @@ + int audio_buffers = 4096; + + +- readdata config("/etc/freebooters.conf"); ++ readdata config("%%PREFIX%%/etc/freebooters.conf"); + + if (config.get_str("sound") != "no") + { -- cgit v1.2.3