aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mupen64plus-video-rice
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2013-10-05 01:18:44 +0800
committeracm <acm@FreeBSD.org>2013-10-05 01:18:44 +0800
commit5c36b5dccd3f564d10a48577bf1f26d36b12eb6b (patch)
tree8935b7a0d59262e885998d0d32697c8fd34e2726 /emulators/mupen64plus-video-rice
parent213cfbf56080694f2f6dbc7a6f9163c115ca70da (diff)
downloadfreebsd-ports-gnome-5c36b5dccd3f564d10a48577bf1f26d36b12eb6b.tar.gz
freebsd-ports-gnome-5c36b5dccd3f564d10a48577bf1f26d36b12eb6b.tar.zst
freebsd-ports-gnome-5c36b5dccd3f564d10a48577bf1f26d36b12eb6b.zip
- Update to 2.0
Diffstat (limited to 'emulators/mupen64plus-video-rice')
-rw-r--r--emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile14
1 files changed, 0 insertions, 14 deletions
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
deleted file mode 100644
index 4a5a47c183a9..000000000000
--- a/emulators/mupen64plus-video-rice/files/patch-source_mupen64plus-video-rice_projects_unix_Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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)
- 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
- ifeq ($(OS),OSX)
- CFLAGS += $(shell sdl-config --cflags)