pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/neon Pass --without-gssapi to configure, resolving...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f14d6d3cebfc
branches:  trunk
changeset: 507327:f14d6d3cebfc
user:      epg <epg%pkgsrc.org@localhost>
date:      Mon Jan 30 23:20:31 2006 +0000

description:
Pass --without-gssapi to configure, resolving PR 32642.

diffstat:

 www/neon/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e382d6bf1407 -r f14d6d3cebfc www/neon/Makefile
--- a/www/neon/Makefile Mon Jan 30 22:36:01 2006 +0000
+++ b/www/neon/Makefile Mon Jan 30 23:20:31 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/01/25 20:14:27 epg Exp $
+# $NetBSD: Makefile,v 1.35 2006/01/30 23:20:31 epg Exp $
 
 DISTNAME=              neon-0.25.5
 PKGREVISION=           1
@@ -16,6 +16,7 @@
 PKGCONFIG_OVERRIDE=    neon.pc.in
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --without-gssapi
 CONFIGURE_ARGS+=       --with-ssl=yes
 CONFIGURE_ARGS+=       --with-expat
 CONFIGURE_ARGS+=       --enable-shared



Home | Main Index | Thread Index | Old Index