summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd>2009-01-28 11:36:34 +0000
committermarkd <markd>2009-01-28 11:36:34 +0000
commitd466bfea071f3e5afbacda5a53b319595cc1d4f1 (patch)
treeeba4b9c2cd730fc9d7f9bd3898d7104a789eaa61 /editors
parent592ec3a77cbe6cb7c1582ae04d4169e3fb6c009f (diff)
downloadpkgsrc-d466bfea071f3e5afbacda5a53b319595cc1d4f1.tar.gz
Seems the hack is needed for 4.0/x86_64 as well. See Manuel Bouyer's
bulk builds.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/hacks.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/emacs/hacks.mk b/editors/emacs/hacks.mk
index 6a756a6f507..e6e849465e4 100644
--- a/editors/emacs/hacks.mk
+++ b/editors/emacs/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2008/11/14 16:05:15 tron Exp $
+# $NetBSD: hacks.mk,v 1.3 2009/01/28 11:36:34 markd Exp $
.if !defined(EMACS_HACKS_MK)
EMACS_HACKS_MK= # defined
@@ -8,8 +8,7 @@ EMACS_HACKS_MK= # defined
### Workaround for PR pkg/39778
###
. include "../../mk/bsd.fast.prefs.mk"
-. if !empty(MACHINE_PLATFORM:MNetBSD-4.99.*-x86_64) || \
- !empty(MACHINE_PLATFORM:MNetBSD-[5-9].*-x86_64)
+. if !empty(MACHINE_PLATFORM:MNetBSD-[4-9].*-x86_64)
pre-build:
${TOUCH} ${WRKSRC}/leim/quail/tsang-b5.el
. endif