Add a comment.
This commit is contained in:
parent
181d6e0233
commit
1581bb697f
2 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.26 2013/07/05 13:46:13 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.27 2013/07/05 13:47:02 ryoon Exp $
|
||||
|
||||
SHA1 (emacs-20.7-mule-4.1b-elc.tar.gz) = 3894fb2b81bb326545f6ccc3bf0a8405c23004ff
|
||||
RMD160 (emacs-20.7-mule-4.1b-elc.tar.gz) = c675b31dafaa4321a453af9d87eddf051ee71b1f
|
||||
|
@ -16,7 +16,7 @@ SHA1 (emacs20-xim-20000713.diff) = 5bed39e7b8a52941f77088529566aaa3bcf06670
|
|||
RMD160 (emacs20-xim-20000713.diff) = 5887a4d43ee92e8cad65d6412c9ecbce08e781da
|
||||
Size (emacs20-xim-20000713.diff) = 21296 bytes
|
||||
SHA1 (patch-aa) = 3b3fd76c058a0a46e0458338ce4c2327a238fb3d
|
||||
SHA1 (patch-ab) = 8d44e22ef5486669a35cb14082b5cec90853299b
|
||||
SHA1 (patch-ab) = 64ab9316db91b429234ec651e8574aedd2f92ca9
|
||||
SHA1 (patch-ac) = abf5971279a8d875504be4c17b8d36cb8cc24885
|
||||
SHA1 (patch-ad) = dd21028a6360ccfb442ecced4c67717f60ea78a6
|
||||
SHA1 (patch-ae) = 465c7aff1fbb23d08ff8100993041291a9502f34
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ab,v 1.6 2013/07/05 13:46:13 ryoon Exp $
|
||||
$NetBSD: patch-ab,v 1.7 2013/07/05 13:47:02 ryoon Exp $
|
||||
|
||||
Caution: the extra cpp checking (the three hunks containing "Should be
|
||||
one line") is manually hacked and not reflected in configure.in; do
|
||||
|
@ -6,6 +6,9 @@ not regenerate configure with autoconf without merging it. This
|
|||
checking is required because somewhere between gcc 4.1 and 4.5 cpp
|
||||
started doing regrettable things with backslash-escaped newlines.
|
||||
|
||||
* Fix build on NetBSD 6.99.23, gcc -E -traditional-cpp with native X
|
||||
results syntax error. Use -traditional-cpp for Makefile generation only.
|
||||
|
||||
--- configure.orig 2000-06-12 20:05:56.000000000 +0000
|
||||
+++ configure
|
||||
@@ -20,6 +20,8 @@ ac_help="$ac_help
|
||||
|
|
Loading…
Reference in a new issue