summaryrefslogtreecommitdiff
path: root/editors/vim-xaw/patches/patch-aa
blob: 5b4e5d9068f78d01615d75e77c2860bb1efd1b06 (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.2 2000/01/17 17:36:37 pooka Exp $

--- configure.orig	Sat Jan 15 14:16:29 2000
+++ configure	Mon Jan 17 15:19:08 2000
@@ -1748,6 +1748,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               \
+    ${X11BASE}/include        \
     /usr/X11/include          \
     /usr/X11R6/include        \
     /usr/X11R5/include        \
@@ -1823,6 +1824,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/` \
+    ${X11BASE}/lib        \
     /usr/X11/lib          \
     /usr/X11R6/lib        \
     /usr/X11R5/lib        \