diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Cygne-SDL/patches/patch-ab | 5 | ||||
-rw-r--r-- | emulators/Cygne-SDL/patches/patch-ad | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/emulators/Cygne-SDL/patches/patch-ab b/emulators/Cygne-SDL/patches/patch-ab index 9cfb4bbd184..d51a4e969cf 100644 --- a/emulators/Cygne-SDL/patches/patch-ab +++ b/emulators/Cygne-SDL/patches/patch-ab @@ -1,4 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2005/11/03 21:38:04 rillig Exp $ +$NetBSD: patch-ab,v 1.3 2013/04/13 19:07:21 dholland Exp $ + +- Fix C syntax (string constants continued onto the next line must +have a backslash) --- src/Usage.h.orig 2002-03-26 16:55:20.000000000 +0100 +++ src/Usage.h diff --git a/emulators/Cygne-SDL/patches/patch-ad b/emulators/Cygne-SDL/patches/patch-ad index 5745c3cc387..c444a165640 100644 --- a/emulators/Cygne-SDL/patches/patch-ad +++ b/emulators/Cygne-SDL/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.2 2005/11/03 21:38:04 rillig Exp $ +$NetBSD: patch-ad,v 1.3 2013/04/13 19:07:21 dholland Exp $ + +- Fix build. --- src/zlib/unzip.h.orig 2002-03-21 19:42:46.000000000 +0100 +++ src/zlib/unzip.h |