diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-04 13:29:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-04 13:29:43 +0000 |
commit | afb0197ee78135647403d2a320900a4353ed0645 (patch) | |
tree | 9a1be1884826a3c34e7004c310aa05b50a8993a8 /devel/gettext | |
parent | 6071b46553de7b0d1dd92ebb89015dd1cbe1ab7b (diff) | |
download | pkgsrc-afb0197ee78135647403d2a320900a4353ed0645.tar.gz |
Add --disable-csharp to configure flags, to avoid mono being found.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 23c8568d690..7c040919eb2 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -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 @@ USE_PKGLOCALEDIR= yes 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= |