summaryrefslogtreecommitdiffstats
path: root/emulators/raine/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/raine/files/patch-makefile')
-rw-r--r--emulators/raine/files/patch-makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/emulators/raine/files/patch-makefile b/emulators/raine/files/patch-makefile
deleted file mode 100644
index 7794091e6..000000000
--- a/emulators/raine/files/patch-makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- makefile.orig Tue Sep 20 09:24:09 2005
-+++ makefile Thu Nov 17 13:02:40 2005
-@@ -215,1 +215,1 @@
- AFLAGS = -f elf
-
-- PNG_CFLAGS = "$(shell libpng-config --cflags)"
--ifndef SDL
-- ALLEGRO_CFLAGS = "$(shell allegro-config --cflags)"
--endif
- SDL_CFLAGS = "$(shell sdl-config --cflags)"
-
-- INCDIR += $(PNG_CFLAGS) $(ALLEGRO_CFLAGS) $(SDL_CFLAGS) -I$(X11BASE)/include -I$(LOCALBASE)/include
-+ INCDIR += ` allegro-config --cflags` `libpng-config --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
-
-
- DEFINE = -D__RAINE__ \
- -DRAINE_UNIX \