diff options
Diffstat (limited to 'games/redeclipse/files/patch-src_Makefile')
-rw-r--r-- | games/redeclipse/files/patch-src_Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games/redeclipse/files/patch-src_Makefile b/games/redeclipse/files/patch-src_Makefile deleted file mode 100644 index 6830f5657301..000000000000 --- a/games/redeclipse/files/patch-src_Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile Fri Dec 29 11:40:36 2006 -+++ src/Makefile Fri Dec 29 11:52:51 2006 -@@ -1,9 +1,8 @@ --CXX=g++ --CXXOPTFLAGS=-O3 -fomit-frame-pointer --CXXFLAGS=$(CXXOPTFLAGS) -Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `sdl-config --cflags` -+CXX?=g++ -+CXXFLAGS=-Wall -fsigned-char -Ienet/include -I. -Ishared -Iengine -Ifpsgame `$(SDL_CONFIG) --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include - --PLATFORM_PREFIX=native --CLIENT_LIBS=-Lenet -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU -+PLATFORM_PREFIX=FreeBSD -+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(X11BASE)/lib -lGL -lGLU - CLIENT_OBJS= \ - shared/tools.o \ - shared/geom.o \ |