diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-28 23:44:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-28 23:44:44 +0000 |
commit | 61a6e238faa85d5bcd2e2a847d2b1cf5a807383a (patch) | |
tree | 6fe986974787c60db20e4fcb4b597e7f31769b9e /emulators/nestopia | |
parent | 2719992b47669e770670f6a826ccbd653a2dc86e (diff) | |
download | pkgsrc-61a6e238faa85d5bcd2e2a847d2b1cf5a807383a.tar.gz |
Don't play with the inline settings.
Diffstat (limited to 'emulators/nestopia')
-rw-r--r-- | emulators/nestopia/distinfo | 3 | ||||
-rw-r--r-- | emulators/nestopia/patches/patch-Makefile | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/emulators/nestopia/distinfo b/emulators/nestopia/distinfo index ea7f9fd7b69..dbcb9a48d9a 100644 --- a/emulators/nestopia/distinfo +++ b/emulators/nestopia/distinfo @@ -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 @@ Size (Nestopia140src.zip) = 2346187 bytes 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 --git a/emulators/nestopia/patches/patch-Makefile b/emulators/nestopia/patches/patch-Makefile new file mode 100644 index 00000000000..3197c04dc2d --- /dev/null +++ b/emulators/nestopia/patches/patch-Makefile @@ -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 |