diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-06 21:54:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-06 21:54:58 +0000 |
commit | d4df837ed4f11b5a53b294eb67dd400026171029 (patch) | |
tree | 2181388c388719941b8d4ab905454dc3a6b6691b /emulators/mupen64plus-video-rice | |
parent | 7b665df4506770414852a7be71fdab6b6edb0484 (diff) | |
download | ports-d4df837ed4f11b5a53b294eb67dd400026171029.tar.gz ports-d4df837ed4f11b5a53b294eb67dd400026171029.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-video-rice')
-rw-r--r-- | emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile b/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile index c637a3f04771..67f1add0d455 100644 --- a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile +++ b/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile @@ -1,12 +1,12 @@ ---- rice_video/Makefile 2008-03-29 14:41:03.000000000 -0500 -+++ rice_video/Makefile 2008-05-17 09:40:34.000000000 -0500 +--- 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 +-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 ++CFLAGS += -DUSE_GTK $(SDL_FLAGS) $(GTK_FLAGS) -fpic -DPIC -Wall +LDFLAGS += -L$(LOCALBASE)/lib $(SDL_LIBS) -lGL -shared -Wl,-Bsymbolic # set options |