aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-rice/files
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 02:03:05 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 02:03:05 +0000
commit1fa5c449b1fd0ecb9d947f2f078a8c7d19a4904c (patch)
tree5e60a6b4c8fb345218e611db5bee95468cd59dc9 /emulators/mupen64plus-rice/files
parentde94cdf35ba0c0b5c0249c6386f17abcaedae133 (diff)
downloadports-1fa5c449b1fd0ecb9d947f2f078a8c7d19a4904c.tar.gz
ports-1fa5c449b1fd0ecb9d947f2f078a8c7d19a4904c.zip
Notes
Diffstat (limited to 'emulators/mupen64plus-rice/files')
-rw-r--r--emulators/mupen64plus-rice/files/patch-rice_video_Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/emulators/mupen64plus-rice/files/patch-rice_video_Makefile b/emulators/mupen64plus-rice/files/patch-rice_video_Makefile
index 67f1add0d455..793693248c6e 100644
--- a/emulators/mupen64plus-rice/files/patch-rice_video_Makefile
+++ b/emulators/mupen64plus-rice/files/patch-rice_video_Makefile
@@ -1,18 +1,7 @@
---- rice_video/Makefile 2008-10-13 21:31:48.000000000 -0500
-+++ rice_video/Makefile 2008-12-15 01:54:25.000000000 -0500
-@@ -4,8 +4,8 @@
- include ../pre.mk
-
- # local CFLAGS, LIBS, and LDFLAGS
--CFLAGS += -DUSE_GTK `sdl-config --cflags` $(GTK_FLAGS) -fpic -DPIC -Wall
--LDFLAGS += -L/usr/X11R6/lib `sdl-config --libs` -lGL -shared -Wl,-Bsymbolic
-+CFLAGS += -DUSE_GTK $(SDL_FLAGS) $(GTK_FLAGS) -fpic -DPIC -Wall
-+LDFLAGS += -L$(LOCALBASE)/lib $(SDL_LIBS) -lGL -shared -Wl,-Bsymbolic
-
- # set options
-
-@@ -101,7 +101,7 @@
- all: ricevideo.so
+--- 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 $@