summaryrefslogtreecommitdiff
path: root/wm/wmakerconf/patches/patch-aa
blob: 47aa7c2b8947c8762ca8ec3f4f97deb2eabf0206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.5 2005/05/25 09:57:14 adam Exp $

--- configure.orig	2005-03-02 18:36:35.000000000 +0000
+++ configure
@@ -3230,8 +3230,8 @@ if test "$x_libraries" != "NONE"; then
 fi
 
 # Add some common include and library path's
-CPPFLAGS="$CPPFLAGS -I/usr/local/include -I/usr/X11/include/ -I/usr/X11R6/include/ -I/usr/X11R6/include/X11 -I/usr/openwin/include -I$wprefix/include"
-LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/openwin/lib -L$wprefix/lib"
+CPPFLAGS="$CPPFLAGS"
+LDFLAGS="$LDFLAGS"
 
 # Checks for socket and nsl library, required on Solaris systems
 # (reported by Peter da Silva <peter@baileynm.com>)