svn commit: r388524 - head/games/bloodfrontier/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 4 11:29:31 UTC 2015
Author: amdmi3
Date: Thu Jun 4 11:29:30 2015
New Revision: 388524
URL: https://svnweb.freebsd.org/changeset/ports/388524
Log:
- Disable precompiled headers to fix build with old gcc on -current kernel
- Regenerate patch with make-patch
MFH: 2015Q2
Added:
head/games/bloodfrontier/files/patch-src_Makefile
- copied, changed from r388195, head/games/bloodfrontier/files/patch-src-Makefile
Deleted:
head/games/bloodfrontier/files/patch-src-Makefile
Copied and modified: head/games/bloodfrontier/files/patch-src_Makefile (from r388195, head/games/bloodfrontier/files/patch-src-Makefile)
==============================================================================
--- head/games/bloodfrontier/files/patch-src-Makefile Mon Jun 1 01:30:56 2015 (r388195, copy source)
+++ head/games/bloodfrontier/files/patch-src_Makefile Thu Jun 4 11:29:30 2015 (r388524)
@@ -1,12 +1,12 @@
---- src/Makefile.orig 2009-11-25 14:52:58.000000000 +0300
-+++ src/Makefile 2013-09-14 03:43:17.632226100 +0400
+--- src/Makefile.orig 2009-11-25 11:52:58 UTC
++++ src/Makefile
@@ -1,5 +1,4 @@
#CXXFLAGS= -ggdb3
-CXXFLAGS= -O3 -fomit-frame-pointer
override CXXFLAGS+= -Wall -fsigned-char
PLATFORM= $(shell uname -s)
-@@ -21,8 +20,8 @@
+@@ -21,8 +20,8 @@ WINDRES= windres
CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -Iinclude
CLIENT_LIBS= -mwindows -lmingw32 -Llib -lSDLmain -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm
else
@@ -17,3 +17,12 @@
endif
ifeq ($(PLATFORM),Linux)
CLIENT_LIBS+= -lrt
+@@ -82,8 +81,6 @@ CLIENT_OBJS= \
+ game/server.o \
+ game/stf.o \
+ game/weapons.o
+-
+-CLIENT_PCH= shared/cube.h.gch engine/engine.h.gch game/game.h.gch
+
+ ifneq (,$(findstring MINGW,$(PLATFORM)))
+ SERVER_INCLUDES= -DSTANDALONE -DMASTERSERVER -DIRC $(INCLUDES) -Iinclude
More information about the svn-ports-head
mailing list