summaryrefslogtreecommitdiff
path: root/www/ap-dav/patches/patch-aa
blob: 214a4bd1c2f68c48e269cb5030745f56df393ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.2 2002/03/06 15:35:05 jlam Exp $

--- configure.in.orig	Sat Nov  3 09:48:13 2001
+++ configure.in
@@ -24,15 +24,6 @@
         CPPFLAGS="$CPPFLAGS -traditional-cpp"
 fi
 
-#
-# Check for /usr/pkg/{lib,include} which is where NetBSD puts binary
-# and source packages.  This should be harmless on other OSs.
-#
-if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
-       CFLAGS="$CFLAGS -I/usr/pkg/include"
-       LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
-fi
-
 AC_HEADER_STDC
 
 AC_MSG_CHECKING(for static Apache module support)