pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs The work around for PR pkg/39778 is also...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/646577306a2d
branches:  trunk
changeset: 550059:646577306a2d
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Nov 14 16:05:15 2008 +0000

description:
The work around for PR pkg/39778 is also necessary under NetBSD 5.0_BETA
and newer.

diffstat:

 editors/emacs/hacks.mk |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r adf90dfcaca4 -r 646577306a2d editors/emacs/hacks.mk
--- a/editors/emacs/hacks.mk    Fri Nov 14 16:03:16 2008 +0000
+++ b/editors/emacs/hacks.mk    Fri Nov 14 16:05:15 2008 +0000
@@ -1,9 +1,17 @@
-# $NetBSD: hacks.mk,v 1.1 2008/10/30 03:57:06 minskim Exp $
+# $NetBSD: hacks.mk,v 1.2 2008/11/14 16:05:15 tron Exp $
+
+.if !defined(EMACS_HACKS_MK)
+EMACS_HACKS_MK=        # defined
+
 
 ###
-### Workaround for PR 39778
+### Workaround for PR pkg/39778
 ###
-.if !empty(MACHINE_PLATFORM:MNetBSD-4.99.*-x86_64)
+.  include "../../mk/bsd.fast.prefs.mk"
+.  if !empty(MACHINE_PLATFORM:MNetBSD-4.99.*-x86_64) || \
+      !empty(MACHINE_PLATFORM:MNetBSD-[5-9].*-x86_64)
 pre-build:
        ${TOUCH} ${WRKSRC}/leim/quail/tsang-b5.el
+.  endif
+
 .endif



Home | Main Index | Thread Index | Old Index