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_Makefile11
1 files changed, 0 insertions, 11 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 793693248c6e..000000000000
--- a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- rice_video/Makefile 2009-01-13 00:49:24.000000000 -0500
-+++ rice_video/Makefile 2009-01-13 00:50:11.000000000 -0500
-@@ -131,7 +131,7 @@
- all: version.h ricevideo.so
-
- ricevideo.so: $(OBJECTS)
-- $(LD) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
-+ $(CXX) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
- $(STRIP) $@
-
- clean: