summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-08 11:17:08 +0000
committerrodent <rodent>2013-04-08 11:17:08 +0000
commit315a605c7a7b24362633aa81dda2e5490cef9ff2 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /editors/xemacs
parentea88ef50fe2ea773fba2c2a725ed155119491e80 (diff)
downloadpkgsrc-315a605c7a7b24362633aa81dda2e5490cef9ff2.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/hacks.mk b/editors/xemacs/hacks.mk
index 6671b1a8925..8c0a6fa456c 100644
--- a/editors/xemacs/hacks.mk
+++ b/editors/xemacs/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2011/12/11 15:32:53 hauke Exp $
+# $NetBSD: hacks.mk,v 1.2 2013/04/08 11:17:12 rodent Exp $
.if !defined(XEMACS_HACKS_MK)
XEMACS_HACKS_MK= defined
@@ -7,7 +7,7 @@ XEMACS_HACKS_MK= defined
### [Sun Dec 10 10:00:00 UTC 2011 : hauke]
### On PowerPC, building with -O2 optimisation with GCC (on netbsd-5,
-### at least) results in 'xemacs -vanilla' dumping core.
+### at least) results in 'xemacs -vanilla' dumping core.
### Lower optimisation as a workaround, until GCC is fixed.
###
.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)