diff options
author | acm <acm@FreeBSD.org> | 2009-01-07 05:54:58 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-07 05:54:58 +0800 |
commit | ff955dfa09075e5d1ec18cc59b181293b33cd2fd (patch) | |
tree | 284ac9636973c3ca893db57e846ac961ea7d6122 /emulators/mupen64plus-rice | |
parent | 36db349e802b8d43ca881780954315473a3e75ef (diff) | |
download | freebsd-ports-gnome-ff955dfa09075e5d1ec18cc59b181293b33cd2fd.tar.gz freebsd-ports-gnome-ff955dfa09075e5d1ec18cc59b181293b33cd2fd.tar.zst freebsd-ports-gnome-ff955dfa09075e5d1ec18cc59b181293b33cd2fd.zip |
- Update to 1.4.1
Diffstat (limited to 'emulators/mupen64plus-rice')
-rw-r--r-- | emulators/mupen64plus-rice/files/patch-rice_video_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/mupen64plus-rice/files/patch-rice_video_Makefile b/emulators/mupen64plus-rice/files/patch-rice_video_Makefile index c637a3f04771..67f1add0d455 100644 --- a/emulators/mupen64plus-rice/files/patch-rice_video_Makefile +++ b/emulators/mupen64plus-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 |