pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libidn explicitely disable C# and java, otherwis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c91badb94975
branches:  trunk
changeset: 539304:c91badb94975
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Mar 03 11:47:49 2008 +0000

description:
explicitely disable C# and java, otherwise we might get a Libidn.dll

diffstat:

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

diffs (17 lines):

diff -r cf178088824a -r c91badb94975 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Mon Mar 03 11:45:17 2008 +0000
+++ b/devel/libidn/Makefile     Mon Mar 03 11:47:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2008/03/02 13:31:07 bjs Exp $
+# $NetBSD: Makefile,v 1.50 2008/03/03 11:47:49 drochner Exp $
 
 DISTNAME=      libidn-1.5
 CATEGORIES=    devel
@@ -19,6 +19,7 @@
 GNU_CONFIGURE=         yes
 INFO_FILES=            yes
 CONFIGURE_ENV+=                EMACS=${FALSE}
+CONFIGURE_ARGS+=       --disable-csharp --disable-java
 
 PKGCONFIG_OVERRIDE+=   libidn.pc.in
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index