pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext Add --disable-csharp to configure flags,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a9a9a03c4c
branches:  trunk
changeset: 551010:e1a9a9a03c4c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 04 13:29:43 2008 +0000

description:
Add --disable-csharp to configure flags, to avoid mono being found.

diffstat:

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

diffs (17 lines):

diff -r 1a8230005eb9 -r e1a9a9a03c4c devel/gettext/Makefile
--- a/devel/gettext/Makefile    Thu Dec 04 13:20:27 2008 +0000
+++ b/devel/gettext/Makefile    Thu Dec 04 13:29:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/06/20 01:09:12 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2008/12/04 13:29:43 wiz Exp $
 
 DISTNAME=      gettext-0.14.6
 PKGREVISION=   1
@@ -20,6 +20,7 @@
 GNU_CONFIGURE=         yes
 SHLIBTOOL_OVERRIDE=    # empty
 CONFIGURE_ARGS+=       --without-included-gettext
+CONFIGURE_ARGS+=       --disable-csharp
 CONFIGURE_ENV+=                GCJ= ac_cv_prog_GCJ=
 CONFIGURE_ENV+=                HAVE_GCJ_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JAVAC_IN_PATH=



Home | Main Index | Thread Index | Old Index