Index: head/games/bloodfrontier/files/patch-src-Makefile =================================================================== --- head/games/bloodfrontier/files/patch-src-Makefile (revision 388523) +++ head/games/bloodfrontier/files/patch-src-Makefile (nonexistent) @@ -1,19 +0,0 @@ ---- src/Makefile.orig 2009-11-25 14:52:58.000000000 +0300 -+++ src/Makefile 2013-09-14 03:43:17.632226100 +0400 -@@ -1,5 +1,4 @@ - #CXXFLAGS= -ggdb3 --CXXFLAGS= -O3 -fomit-frame-pointer - override CXXFLAGS+= -Wall -fsigned-char - - PLATFORM= $(shell uname -s) -@@ -21,8 +20,8 @@ - CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -Iinclude - CLIENT_LIBS= -mwindows -lmingw32 -Llib -lSDLmain -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm - else --CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` --CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -+CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -+CLIENT_LIBS= -Lenet -lenet -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer -lz -lGL -lX11 - endif - ifeq ($(PLATFORM),Linux) - CLIENT_LIBS+= -lrt Property changes on: head/games/bloodfrontier/files/patch-src-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bloodfrontier/files/patch-src_Makefile =================================================================== --- head/games/bloodfrontier/files/patch-src_Makefile (nonexistent) +++ head/games/bloodfrontier/files/patch-src_Makefile (revision 388524) @@ -0,0 +1,28 @@ +--- 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 @@ 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 +-CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` +-CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL ++CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ++CLIENT_LIBS= -Lenet -lenet -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer -lz -lGL -lX11 + 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 Property changes on: head/games/bloodfrontier/files/patch-src_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property