d7f393ef8f5f1b726c844c559e58bd8986ea3892
[pkgsrc.git] / security / courier-authlib / patches / patch-ab
1 $NetBSD: patch-ab,v 1.6 2009/07/02 12:23:44 obache Exp $
2
3 --- configure.orig      2009-02-03 23:39:55.000000000 +0000
4 +++ configure
5 @@ -23578,7 +23578,7 @@ done
6  test -n "$PG_CONFIG" || PG_CONFIG="pg_config"
7  
8  
9 -PGSQL_LIBS="-lpq"
10 +test -n "$PGSQL_LIBS" || PGSQL_LIBS="-lpq"
11  
12  # Check whether --with-pgsql-libs was given.
13  if test "${with_pgsql_libs+set}" = set; then
14 @@ -25365,7 +25365,7 @@ rm -f authdaemonrc.h authldaprc.h authmy
15  
16  result=""
17  
18 -if test -x "$COURIERCONFIG"
19 +if false && test -x "$COURIERCONFIG"
20  then
21         $COURIERCONFIG >conftest.out || exit 1
22         sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
23 @@ -25377,7 +25377,7 @@ then
24         result=" (from courier-config)"
25  fi
26  
27 -if test -x "$bindir/courierauthconfig"
28 +if false && test -x "$bindir/courierauthconfig"
29  then
30         $bindir/courierauthconfig --configfiles >conftest.out || exit 1
31         sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1