pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/generator Fix build with newer GCC versions....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baef8cc52ba5
branches:  trunk
changeset: 400884:baef8cc52ba5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 29 17:58:50 2009 +0000

description:
Fix build with newer GCC versions. DESTDIR ready. No MAKE_JOBS.

diffstat:

 emulators/generator/Makefile         |   5 ++++-
 emulators/generator/distinfo         |   3 ++-
 emulators/generator/patches/patch-ah |  13 +++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r bd8833ec6c0c -r baef8cc52ba5 emulators/generator/Makefile
--- a/emulators/generator/Makefile      Thu Oct 29 17:55:56 2009 +0000
+++ b/emulators/generator/Makefile      Thu Oct 29 17:58:50 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/06/12 16:28:06 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2009/10/29 17:58:50 joerg Exp $
 #
 
 DISTNAME=      generator-0.35
@@ -10,6 +10,9 @@
 HOMEPAGE=      http://www.squish.net/generator/
 COMMENT=       Sega Mega drive genesis emulator
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
+
 GNU_CONFIGURE=         yes
 
 .if (${MACHINE_ARCH} == "i386")
diff -r bd8833ec6c0c -r baef8cc52ba5 emulators/generator/distinfo
--- a/emulators/generator/distinfo      Thu Oct 29 17:55:56 2009 +0000
+++ b/emulators/generator/distinfo      Thu Oct 29 17:58:50 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2007/10/10 22:09:48 rillig Exp $
+$NetBSD: distinfo,v 1.9 2009/10/29 17:58:50 joerg Exp $
 
 SHA1 (generator-0.35.tar.gz) = a61138579efd97028d3a69c54c3c6fcd0a3d74ab
 RMD160 (generator-0.35.tar.gz) = 6b448018b8ed0fd9755ddb850f48892304d12e78
@@ -9,3 +9,4 @@
 SHA1 (patch-ae) = 4e689421fe66aa7f635191e9f0100cd98daf8a76
 SHA1 (patch-af) = ef1c72b6da1ae93209a13b6836d5a85f66ffa51c
 SHA1 (patch-ag) = 2837e5f931326b1ac4fb7b045c05a81d809693e4
+SHA1 (patch-ah) = 4e76b9cd2fd377dee83273bafe930bec77b9bef1
diff -r bd8833ec6c0c -r baef8cc52ba5 emulators/generator/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/generator/patches/patch-ah      Thu Oct 29 17:58:50 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2009/10/29 17:58:50 joerg Exp $
+
+--- cmz80/z80stb.h.orig        2009-10-29 18:37:09.000000000 +0100
++++ cmz80/z80stb.h
+@@ -128,8 +128,6 @@ void CallbackMemWriteWord(WORD wAddr, WO
+ /* inline */ BYTE Srl(BYTE b);
+ /* inline */ BYTE Sla(BYTE b);
+ /* inline */ BYTE Sra(BYTE b);
+-/* inline */ BYTE Inc(BYTE b);
+-/* inline */ BYTE Dec(BYTE b);
+ 
+ /* inline */ WORD Add_2(WORD wArg1, WORD wArg2);
+ /* inline */ WORD Adc_2(WORD wArg1, WORD wArg2);



Home | Main Index | Thread Index | Old Index