aboutsummaryrefslogtreecommitdiff
path: root/games/redeclipse/files/patch-src_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/redeclipse/files/patch-src_Makefile')
-rw-r--r--games/redeclipse/files/patch-src_Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/redeclipse/files/patch-src_Makefile b/games/redeclipse/files/patch-src_Makefile
deleted file mode 100644
index bbef9010a145..000000000000
--- a/games/redeclipse/files/patch-src_Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/Makefile.orig 2007-12-21 21:40:21.000000000 +0300
-+++ src/Makefile 2008-01-19 06:22:47.000000000 +0300
-@@ -1,10 +1,9 @@
--CXXOPTFLAGS= -O3 -fomit-frame-pointer
--INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`
--CXXFLAGS= -w -fsigned-char $(CXXOPTFLAGS) $(INCLUDES)
-+INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I$(LOCALBASE)/include `$(SDL_CONFIG) --cflags`
-+CXXFLAGS+= -Wall -fsigned-char $(INCLUDES)
-
--PLATFORM_PREFIX=native
-+PLATFORM_PREFIX=FreeBSD
-
--CLIENT_LIBS=-Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU
-+CLIENT_LIBS=-Lenet -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -L$(LOCALBASE)/lib -lGL -lGLU
- CLIENT_OBJS= \
- shared/tools.o \
- shared/geom.o \