summaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile')
-rw-r--r--emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile b/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile
deleted file mode 100644
index c637a3f04771..000000000000
--- a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- rice_video/Makefile 2008-03-29 14:41:03.000000000 -0500
-+++ rice_video/Makefile 2008-05-17 09:40:34.000000000 -0500
-@@ -4,8 +4,8 @@
- include ../pre.mk
-
- # local CFLAGS, LIBS, and LDFLAGS
--CFLAGS += -DUSE_GTK `sdl-config --cflags` $(GTK_FLAGS) -fpic -DPIC
--LDFLAGS += -L/usr/X11R6/lib `sdl-config --libs` -lGL -shared -Wl,-Bsymbolic
-+CFLAGS += -DUSE_GTK $(SDL_FLAGS) $(GTK_FLAGS) -fpic -DPIC
-+LDFLAGS += -L$(LOCALBASE)/lib $(SDL_LIBS) -lGL -shared -Wl,-Bsymbolic
-
- # set options
-
-@@ -101,7 +101,7 @@
- all: ricevideo.so
-
- ricevideo.so: $(OBJECTS)
-- $(LD) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
-+ $(CXX) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
- $(STRIP) $@
-
- clean: