pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/nestopia Don't play with the inline settings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b33ff4e3a76
branches:  trunk
changeset: 625959:7b33ff4e3a76
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 28 23:44:44 2013 +0000

description:
Don't play with the inline settings.

diffstat:

 emulators/nestopia/distinfo               |   3 ++-
 emulators/nestopia/patches/patch-Makefile |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 15c78d010f53 -r 7b33ff4e3a76 emulators/nestopia/distinfo
--- a/emulators/nestopia/distinfo       Mon Oct 28 23:44:08 2013 +0000
+++ b/emulators/nestopia/distinfo       Mon Oct 28 23:44:44 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2012/12/25 21:10:29 joerg Exp $
+$NetBSD: distinfo,v 1.3 2013/10/28 23:44:44 joerg Exp $
 
 SHA1 (Nestopia140src.zip) = ef85771132cc8652456727278df36f7068d238e0
 RMD160 (Nestopia140src.zip) = caecb991dfd459093b88b2abb84ac9bbd95ced63
@@ -6,5 +6,6 @@
 SHA1 (nst140_lnx_release_h.zip) = 94a2a911f306514ed725cff68ddbc47bd33b9f99
 RMD160 (nst140_lnx_release_h.zip) = f187b2ff44d8a57432cd7b73679a61142b9ff877
 Size (nst140_lnx_release_h.zip) = 250216 bytes
+SHA1 (patch-Makefile) = d3abca01943618fe58d12fac3db2ef2762404aef
 SHA1 (patch-aa) = f598f572056344660c72212900b6b8997d996655
 SHA1 (patch-source_core_NstMemory.hpp) = 82584af16889d2fd7c00ae601a0364cd0d909f6d
diff -r 15c78d010f53 -r 7b33ff4e3a76 emulators/nestopia/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/nestopia/patches/patch-Makefile Mon Oct 28 23:44:44 2013 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile,v 1.1 2013/10/28 23:44:44 joerg Exp $
+
+--- Makefile.orig      2013-10-17 17:39:42.000000000 +0000
++++ Makefile
+@@ -10,7 +10,6 @@ CFLAGS += -DNST_PRAGMA_ONCE_SUPPORT -D_S
+ CFLAGS += -Isource -Isource/core -Isource/zlib -Isource/core/api -Isource/core/board -Isource/core/input -Isource/linux/unzip 
+ CFLAGS += -Isource/core/vssystem -Isource/linux -Isource/nes_ntsc -I.. -I../nes_ntsc -Isource/linux/7zip 
+ CFLAGS += `sdl-config --cflags` `pkg-config --cflags gtk+-2.0`
+-CFLAGS += -finline-limit=2000 --param inline-unit-growth=1000 --param large-function-growth=1000 -finline-functions-called-once
+ 
+ # enable this for input debugging
+ #CFLAGS += -DDEBUG_INPUT



Home | Main Index | Thread Index | Old Index