diff options
author | danfe <danfe@FreeBSD.org> | 2007-03-01 20:30:45 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-03-01 20:30:45 +0800 |
commit | 1c52741d970f02a385023db39e96a428a8be0b4f (patch) | |
tree | bceeaf26706c605ff5f3dc33d573d8cc70c5a197 /games/openttd/files | |
parent | c0836bed0e50e68092bc042bf447bd046383efdd (diff) | |
download | freebsd-ports-gnome-1c52741d970f02a385023db39e96a428a8be0b4f.tar.gz freebsd-ports-gnome-1c52741d970f02a385023db39e96a428a8be0b4f.tar.zst freebsd-ports-gnome-1c52741d970f02a385023db39e96a428a8be0b4f.zip |
Update to new shiny version 0.5.0.
We have a new fast, robust and flexible pathfinder, a brandnew terrain
generator, full UNICODE support and better multiplayer. NewGRF
compatibility (modding) has been greatly enhanced with support for changing
stations, adding sounds, more vehicle sets, etc.
The smaller feature- and buglist goes on and on, but we'll let the user
explore this. All users of 0.4.8 are encouraged to update to this new
release. Enjoy!
Diffstat (limited to 'games/openttd/files')
-rw-r--r-- | games/openttd/files/patch-Makefile | 12 | ||||
-rw-r--r-- | games/openttd/files/patch-makefiledir_Makefile.libdetection | 14 |
2 files changed, 6 insertions, 20 deletions
diff --git a/games/openttd/files/patch-Makefile b/games/openttd/files/patch-Makefile index 21d9e648b6a4..1d6d53625501 100644 --- a/games/openttd/files/patch-Makefile +++ b/games/openttd/files/patch-Makefile @@ -1,6 +1,6 @@ --- Makefile.orig Mon Mar 27 02:32:00 2006 +++ Makefile Fri Jun 16 04:30:11 2006 -@@ -240,7 +240,7 @@ +@@ -213,7 +213,7 @@ ifndef WIN32 ifndef MORPHOS ifndef OSX @@ -9,16 +9,16 @@ endif endif endif -@@ -297,7 +297,7 @@ +@@ -319,7 +319,7 @@ # GNU make can only test for (in)equality # this is a workaround to test for >= ifeq ($(shell expr $(CC_VERSION) \>= 29), 1) -- CFLAGS += -O -Wall -Wno-multichar -Wsign-compare -Wstrict-prototypes -Wundef -+ CFLAGS += -Wall -Wno-multichar -Wsign-compare -Wstrict-prototypes -Wundef +- CFLAGS += -O -Wall -Wno-multichar -Wsign-compare -Wundef ++ CFLAGS += -Wall -Wno-multichar -Wsign-compare -Wundef + CC_CFLAGS += -Wstrict-prototypes CFLAGS += -Wwrite-strings -Wpointer-arith endif - ifeq ($(shell expr $(CC_VERSION) \>= 30), 1) -@@ -350,8 +350,6 @@ +@@ -377,8 +377,6 @@ ifdef MORPHOS BASECFLAGS += -I/gg/os-include -O2 -noixemul -fstrict-aliasing -fexpensive-optimizations BASECFLAGS += -mcpu=604 -fno-inline -mstring -mmultiple diff --git a/games/openttd/files/patch-makefiledir_Makefile.libdetection b/games/openttd/files/patch-makefiledir_Makefile.libdetection deleted file mode 100644 index ad0916959195..000000000000 --- a/games/openttd/files/patch-makefiledir_Makefile.libdetection +++ /dev/null @@ -1,14 +0,0 @@ ---- makefiledir/Makefile.libdetection.orig Tue Sep 12 17:21:19 2006 -+++ makefiledir/Makefile.libdetection Tue Sep 12 17:22:35 2006 -@@ -51,11 +51,7 @@ - endif - - # FreeBSD uses sdl11 instead of sdl --ifdef FREEBSD --SDL_CONFIG:=sdl11-config --else - SDL_CONFIG:=sdl-config --endif - - # set libpng-config to the default value - LIBPNG_CONFIG :=libpng-config |