diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-01 05:26:24 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-01 05:26:24 +0000 |
commit | bd63c18654071176db9820619fd0e9c09e6d2926 (patch) | |
tree | d9accaf2e33069bcfc09ebb1ab70874d2f76e3e1 /emulators | |
parent | 051312ee955df5a25c21c7c0c255a3f8f14ffb47 (diff) | |
download | pkgsrc-bd63c18654071176db9820619fd0e9c09e6d2926.tar.gz |
Make it build on DragonFly and probably some others.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dega/distinfo | 3 | ||||
-rw-r--r-- | emulators/dega/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/emulators/dega/distinfo b/emulators/dega/distinfo index 4bd39683f17..f8ee2e6ca35 100644 --- a/emulators/dega/distinfo +++ b/emulators/dega/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2007/06/17 18:47:31 minskim Exp $ +$NetBSD: distinfo,v 1.4 2009/08/01 05:28:01 hasso Exp $ SHA1 (dega-1.07.tar.gz) = 1401e5af566bc3e7658a4552940219688c082ce8 RMD160 (dega-1.07.tar.gz) = a20ad5d4ec47b3a8e65e64355557b6018a9dcfc4 Size (dega-1.07.tar.gz) = 85189 bytes SHA1 (patch-aa) = 92f5e498320b751003f2efb79cafa5f7d96ab119 +SHA1 (patch-ab) = ec9f112b62edfa24bb04d37679eb9a903e22e3d0 diff --git a/emulators/dega/patches/patch-ab b/emulators/dega/patches/patch-ab new file mode 100644 index 00000000000..4394da0a6f7 --- /dev/null +++ b/emulators/dega/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2009/08/01 05:28:02 hasso Exp $ + +--- mast/mast.h.orig 2009-07-22 15:50:53 +0300 ++++ mast/mast.h 2009-07-22 15:51:18 +0300 +@@ -19,7 +19,6 @@ extern "C" { + #endif + + // mast.cpp +-extern int dprintf (char *Format,...); + extern int MastVer; // Version number of the library + + extern unsigned char MastInput[2]; // Joypads |