summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2008-10-30 03:57:06 +0000
committerminskim <minskim>2008-10-30 03:57:06 +0000
commit32b510369d19a07365f21602e604a6c3b706fcad (patch)
tree85e3fd7913363779e2451d3df16eb4c039b9ad27 /editors
parent468d787c91511256201823891391e47568c2f594 (diff)
downloadpkgsrc-32b510369d19a07365f21602e604a6c3b706fcad.tar.gz
Add a workaround for PR 39778.
Diffstat (limited to 'editors')
-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