mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
656 B
Plaintext
16 lines
656 B
Plaintext
$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>)
|