summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-10-30 03:57:06 +0000
committerminskim <minskim@pkgsrc.org>2008-10-30 03:57:06 +0000
commit1a68da08819256d4392fbacc0790b0ed253b0b2e (patch)
tree85e3fd7913363779e2451d3df16eb4c039b9ad27 /editors/emacs
parentb5d0fb3ccc3333c6e41d904b8d95260fef109d8a (diff)
downloadpkgsrc-1a68da08819256d4392fbacc0790b0ed253b0b2e.tar.gz
Add a workaround for PR 39778.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/hacks.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/emacs/hacks.mk b/editors/emacs/hacks.mk
new file mode 100644
index 00000000000..3f76114a3b6
--- /dev/null
+++ b/editors/emacs/hacks.mk
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2008/10/30 03:57:06 minskim Exp $
+
+###
+### Workaround for PR 39778
+###
+.if !empty(MACHINE_PLATFORM:MNetBSD-4.99.*-x86_64)
+pre-build:
+ ${TOUCH} ${WRKSRC}/leim/quail/tsang-b5.el
+.endif