diff options
author | tron <tron@pkgsrc.org> | 2011-07-21 01:37:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-21 01:37:19 +0000 |
commit | f20a84bdae68aea893a9297679a08dcc87df46c8 (patch) | |
tree | c5ccfde762d293706ba0c7fefe1562b5fb5bdd27 /editors | |
parent | 0aade62cd9d565b1ea540c7560ad017f02f0d18c (diff) | |
download | pkgsrc-f20a84bdae68aea893a9297679a08dcc87df46c8.tar.gz |
Correct a comment.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs22/hacks.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs22/hacks.mk b/editors/emacs22/hacks.mk index 8ae5ca2f698..ec0362290f1 100644 --- a/editors/emacs22/hacks.mk +++ b/editors/emacs22/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.5 2011/07/21 01:35:44 tron Exp $ +# $NetBSD: hacks.mk,v 1.6 2011/07/21 01:37:19 tron Exp $ .if !defined(EMACS_HACKS_MK) EMACS_HACKS_MK= defined @@ -6,8 +6,8 @@ EMACS_HACKS_MK= defined .include "../../mk/compiler.mk" ### [ Wed Jul 20 23:40:49 UTC 2011 : tron ] -### On NetBSD/i386, gcc optimisation, at least for version 4.5.3 produces a -### "temacs" binary which segfaults. +### On NetBSD/i386, gcc optimisation, at least for version 4.5.3, produces +### a "temacs" binary which segfaults. ### . if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) . if !empty(CC_VERSION:Mgcc-4.5.*) |