blob: 6ced39a8e39e629d2d50ea45ce610d1eb890a518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.7 2005/10/04 01:47:32 minskim Exp $
--- configure.orig 2005-09-20 08:03:25.000000000 -0700
+++ configure
@@ -22529,7 +22529,8 @@ SEARCH_INCLUDE="\
/usr/XFree86/include/X11 \
/usr/pkg/include \
\
- /usr/openwin/share/include"
+ /usr/openwin/share/include\
+ ${BUILDLINK_DIR}/include"
echo "$as_me:$LINENO: checking for libraries directory" >&5
echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
|