pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libidn Sabotage attempts to find "emacs". We don...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2c369a0a746
branches:  trunk
changeset: 537832:b2c369a0a746
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 17 09:14:51 2008 +0000

description:
Sabotage attempts to find "emacs". We don't want the package to randomly
install ".elc" files and the configure test hangs with Mac OS X's "emacs".

diffstat:

 devel/libidn/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eb693ec69669 -r b2c369a0a746 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Thu Jan 17 07:06:28 2008 +0000
+++ b/devel/libidn/Makefile     Thu Jan 17 09:14:51 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2008/01/15 22:43:00 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2008/01/17 09:14:51 tron Exp $
 
 DISTNAME=      libidn-1.4
 CATEGORIES=    devel
@@ -18,6 +18,7 @@
 TEXINFO_REQD=          4.1
 GNU_CONFIGURE=         yes
 INFO_FILES=            yes
+CONFIGURE_ENV+=                EMACS=${FALSE}
 
 PKGCONFIG_OVERRIDE+=   libidn.pc.in
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index