summaryrefslogtreecommitdiff
path: root/chat/gale/patches/patch-ab
blob: c8232882c7c63bdc491d0a33f41b90e86e2f029c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1 2001/11/19 21:05:56 jlam Exp $

--- configure.orig	Thu Jul 13 20:42:44 2000
+++ configure
@@ -1835,10 +1835,12 @@
 PROG_LDCONFIG=:
 
 test yes = "$GCC" && CFLAGS="-Wall $CFLAGS"
+if false; then
 test NONE != "$exec_prefix" && LDFLAGS="$LDFLAGS -L${exec_prefix}/lib"
 if test NONE != "$prefix" ; then
 	CPPFLAGS="$CPPFLAGS -I${prefix}/include"
 	test NONE = "$exec_prefix" && LDFLAGS="$LDFLAGS -L${prefix}/lib"
+fi
 fi
 
 case "$host" in