aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-video-rice
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2011-12-18 02:54:41 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2011-12-18 02:54:41 +0000
commit3a04e009c1bb7e6a661fdea457b38c0b69a00cfa (patch)
tree8b67f1b8cd04af785edd82786f958385bed85c18 /emulators/mupen64plus-video-rice
parent34cb5d2ac775d0aac379f160015d8266fc77d152 (diff)
downloadports-3a04e009c1bb7e6a661fdea457b38c0b69a00cfa.tar.gz
ports-3a04e009c1bb7e6a661fdea457b38c0b69a00cfa.zip
- Update to latest 1.99.4 (hg bitbucket) version
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=287564
Diffstat (limited to 'emulators/mupen64plus-video-rice')
-rw-r--r--emulators/mupen64plus-video-rice/Makefile2
-rw-r--r--emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile22
2 files changed, 11 insertions, 13 deletions
diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile
index 5805644e3e01..30c3a277b005 100644
--- a/emulators/mupen64plus-video-rice/Makefile
+++ b/emulators/mupen64plus-video-rice/Makefile
@@ -5,8 +5,6 @@
# $FreeBSD$
#
-PORTREVISION= 1
-
PKGNAMESUFFIX= -video-rice
COMMENT= The rice graphics plugin for Mupen64plus
diff --git a/emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile b/emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile
index 942bcf807051..4a5a47c183a9 100644
--- a/emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile
+++ b/emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile
@@ -1,14 +1,14 @@
---- source/mupen64plus-video-rice/projects/unix/Makefile 2010-12-17 00:32:33.000000000 -0500
-+++ source/mupen64plus-video-rice/projects/unix/Makefile 2010-12-17 00:34:09.000000000 -0500
-@@ -111,6 +111,11 @@
+--- source/mupen64plus-video-rice/projects/unix/Makefile 2011-12-17 20:14:08.000000000 -0500
++++ source/mupen64plus-video-rice/projects/unix/Makefile 2011-12-17 20:34:47.000000000 -0500
+@@ -171,6 +171,11 @@
ifeq ($(OS),FREEBSD)
- LDFLAGS += -lGL $(shell pkg-config --libs libpng)
- CFLAGS += $(shell pkg-config --cflags libpng)
-+ ifeq ($(CPU), X86)
-+ ifeq ($(ARCH_DETECTED), 32BITS)
-+ CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer
+ CFLAGS += $(shell sdl-config --cflags)
+ LDLIBS += $(shell sdl-config --libs)
++ ifeq ($(CPU), X86)
++ ifeq ($(ARCH_DETECTED), 32BITS)
++ CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer
++ endif
+ endif
-+ endif
endif
- ifeq ($(OS), LINUX)
- LDFLAGS += -ldl -lGL
+ ifeq ($(OS),OSX)
+ CFLAGS += $(shell sdl-config --cflags)