summaryrefslogtreecommitdiff
path: root/editors/vim-xaw/patches/patch-aa
blob: d3a7b7041dd52af01c3f33f605a1f91585dcf33f (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.4 2001/08/23 04:26:52 jlam Exp $

--- configure.orig	Thu May 10 21:59:18 2001
+++ configure	Wed Jun  6 08:36:44 2001
@@ -1818,6 +1818,7 @@
   # Look for the header file in a standard set of common directories.
 # Check X11 before X11Rn because it is often a symlink to the current release.
   for ac_dir in               \
+    ${BUILDLINK_X11_DIR}/include \
     /usr/X11/include          \
     /usr/X11R6/include        \
     /usr/X11R5/include        \
@@ -1893,6 +1894,7 @@
 # First see if replacing the include by lib works.
 # Check X11 before X11Rn because it is often a symlink to the current release.
 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
+    ${BUILDLINK_X11_DIR}/lib \
     /usr/X11/lib          \
     /usr/X11R6/lib        \
     /usr/X11R5/lib        \