diff options
author | danfe <danfe@FreeBSD.org> | 2017-04-07 23:43:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-04-07 23:43:20 +0800 |
commit | c6d902e480448e9db30bbda87635acd2f3de47c6 (patch) | |
tree | 64ea961b65c336e752840dda0fcc90a5ad7a97ac /games/doomlegacy/files/patch-Makefile | |
parent | 11afb2cca1c125607b45e6b842d00eb716fbc8ad (diff) | |
download | freebsd-ports-gnome-c6d902e480448e9db30bbda87635acd2f3de47c6.tar.gz freebsd-ports-gnome-c6d902e480448e9db30bbda87635acd2f3de47c6.tar.zst freebsd-ports-gnome-c6d902e480448e9db30bbda87635acd2f3de47c6.zip |
- Update Doom Legacy to version 1.46.3
- Do not pass SVN_REV via CFLAGS, it is now defined in `src/d_main.c'
- OLD_DEPENDENCIES is no longer a valid setting, stop referencing it
- When adjusting default WAD search path, fix only one DEFWADS rather
than a bunch of them (one is enough)
- Remove old hack for better support for relative paths (for `-iwad'
switch): it no longer applies and the game works correctly per se
- Remove Clang-related fixes that were integrated upstream
- Do not overwrite `make_options' file, simply append few necessary
settings at the end of it
List of changes: http://doomlegacy.sourceforge.net/docs/whatsnew.html
Diffstat (limited to 'games/doomlegacy/files/patch-Makefile')
-rw-r--r-- | games/doomlegacy/files/patch-Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/games/doomlegacy/files/patch-Makefile b/games/doomlegacy/files/patch-Makefile deleted file mode 100644 index aea70f410264..000000000000 --- a/games/doomlegacy/files/patch-Makefile +++ /dev/null @@ -1,32 +0,0 @@ ---- Makefile.orig 2014-05-17 18:32:47 UTC -+++ Makefile -@@ -263,9 +263,9 @@ ifeq ($(SMIF), SDL) - else - # default is Linux, for all unix SDL - EXENAME:=doomlegacy -- OPTS:=-DLINUX -+ OPTS:=-DLINUX -DFREEBSD - LDFLAGS=-L/usr/X11R6/lib -- LIBS:=-lGL -lGLU -lm -+ LIBS:=-lGL -lGLU -lm -lipx - # -L/usr/X11R6/lib is needed by Linux 2.4 and others that still have - # the GLU libraries in an X11 directory. - # -lm is needed for pow, powf, and other MATH1 functions. -@@ -599,7 +599,7 @@ ifdef CDMUS - endif - - # compiler and linker flags --CFLAGS:=$(WFLAGS) -+#CFLAGS:=$(WFLAGS) - - ifdef PROFILEMODE - # build with gprof profiling information -@@ -616,7 +616,7 @@ ifdef DEBUG - else - # build a normal optimized version - #CFLAGS+=-O3 -- CFLAGS+=$(OPTLEV) -fomit-frame-pointer -+ #CFLAGS+=$(OPTLEV) -fomit-frame-pointer - endif - endif - |