summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>2011-07-21 01:37:19 +0000
committertron <tron>2011-07-21 01:37:19 +0000
commita494b828405ea1d3f31086f16ade6aec076c2e94 (patch)
treec5ccfde762d293706ba0c7fefe1562b5fb5bdd27 /editors
parent7dd014f604ed3ab8fae66780d45bdc58d8fef9c4 (diff)
downloadpkgsrc-a494b828405ea1d3f31086f16ade6aec076c2e94.tar.gz
Correct a comment.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs22/hacks.mk6
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.*)