pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs Add a workaround for PR 39778.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f24398c7e5a
branches:  trunk
changeset: 549229:6f24398c7e5a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 30 03:57:06 2008 +0000

description:
Add a workaround for PR 39778.

diffstat:

 editors/emacs/hacks.mk |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 69ad0c761a11 -r 6f24398c7e5a editors/emacs/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs/hacks.mk    Thu Oct 30 03:57:06 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index