summaryrefslogtreecommitdiff
path: root/editors/vim-gtk/patches/patch-aa
blob: bbd2f21fdf4b5253d370b69c07c808cc9f2ba026 (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.3 1999/12/21 13:18:15 pooka Exp $

--- configure.orig	Sun Sep 19 13:59:45 1999
+++ configure	Sat Nov 20 11:40:23 1999
@@ -1813,6 +1813,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        \
@@ -1888,6 +1889,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        \