pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Never allow configure to detect libexpat. Fixes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e14b44978550
branches:  trunk
changeset: 508499:e14b44978550
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 20 14:04:45 2006 +0000

description:
Never allow configure to detect libexpat. Fixes PR 28032.

diffstat:

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

diffs (34 lines):

diff -r c2e5770e7a38 -r e14b44978550 devel/gettext-tools/Makefile
--- a/devel/gettext-tools/Makefile      Mon Feb 20 12:34:08 2006 +0000
+++ b/devel/gettext-tools/Makefile      Mon Feb 20 14:04:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/02/11 15:54:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/20 14:04:45 joerg Exp $
 
 DISTNAME=              gettext-0.14.5
 PKGNAME=               gettext-tools-0.14.5
@@ -27,6 +27,7 @@
 CONFIGURE_ENV+=                HAVE_GCJ_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JAVAC_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JIKES_IN_PATH=
+CONFIGURE_ENV+=                ac_cv_libexpat=no
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c2e5770e7a38 -r e14b44978550 devel/gettext/Makefile
--- a/devel/gettext/Makefile    Mon Feb 20 12:34:08 2006 +0000
+++ b/devel/gettext/Makefile    Mon Feb 20 14:04:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2006/02/12 16:37:30 joerg Exp $
+# $NetBSD: Makefile,v 1.71 2006/02/20 14:04:45 joerg Exp $
 
 DISTNAME=              gettext-0.14.5
 CATEGORIES=            devel
@@ -22,6 +22,7 @@
 CONFIGURE_ENV+=                HAVE_GCJ_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JAVAC_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JIKES_IN_PATH=
+CONFIGURE_ENV+=                ac_cv_libexpat=no
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index