diff options
author | dholland <dholland@pkgsrc.org> | 2013-04-13 19:07:21 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-04-13 19:07:21 +0000 |
commit | 3b3c1304d936038c88617876011c1fdf318c0754 (patch) | |
tree | 4a08d6a945fe1ec81cf6e941548928dae171a078 /emulators | |
parent | 0cde7bd4965b37317cd1f5aeefbdf10ea98ad096 (diff) | |
download | pkgsrc-3b3c1304d936038c88617876011c1fdf318c0754.tar.gz |
Add patch comments.
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 |