summaryrefslogtreecommitdiff
path: root/editors/elvis/files/patch-ab
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-10-27 07:15:48 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-10-27 07:15:48 +0000
commit0094b03c28d8d446790f50dd05ad40819d61b825 (patch)
tree145e15f0dad1393ed0ba10f7b53061681417cc4e /editors/elvis/files/patch-ab
parentupdate mastersite (diff)
update to 2.1.4
PR: 14543 Submitted by: KATO Tsuguru tkato@promtomail.ne.jp
Notes
Notes: svn path=/head/; revision=22661
Diffstat (limited to '')
-rw-r--r--editors/elvis/files/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/elvis/files/patch-ab b/editors/elvis/files/patch-ab
new file mode 100644
index 000000000000..52097f035be5
--- /dev/null
+++ b/editors/elvis/files/patch-ab
@@ -0,0 +1,24 @@
+--- configure.orig Thu Oct 21 03:33:31 1999
++++ configure Wed Oct 27 03:30:24 1999
+@@ -43,8 +43,8 @@
+ # work okay, usually.
+
+ # Set some defaults
+-XINCPATH="/usr/include /usr/include/X11 /usr/X11/include /usr/local/X11/include /usr/openwin/include /usr/X11R6/include"
+-XLIBPATH="/lib /usr/lib /usr/X11/lib /usr/local/X11/lib /usr/openwin/lib /usr/X11R6/lib /usr/ucblib /usr/ccs/lib /usr/local/lib "`echo "$LD_LIBRARY_PATH" | tr ':' ' '`
++XINCPATH="/usr/include /usr/include/X11 /usr/X11/include /usr/local/X11/include /usr/openwin/include %%X11BASE%%/include"
++XLIBPATH="/lib /usr/lib /usr/X11/lib /usr/local/X11/lib /usr/openwin/lib %%X11BASE%%/lib /usr/ucblib /usr/ccs/lib /usr/local/lib "`echo "$LD_LIBRARY_PATH" | tr ':' ' '`
+ GNUPATH=`echo "$PATH" | tr ':' ' '`
+ BINDIR=/usr/local/bin
+ LIBDIR=/usr/local/lib/elvis
+@@ -611,8 +611,8 @@
+ then
+ why " To support X11, it also requires -lipc"
+ XLIBS=" -lipc"
+- why "FreeBSD requires -I/usr/X11R6/include. Should be harmless for other BSDs"
+- CC="$CC -I/usr/X11R6/include"
++ why "FreeBSD requires -I%%X11BASE%%/include. Should be harmless for other BSDs"
++ CC="$CC -I%%X11BASE%%/include"
+ fi
+ ;;
+ *irix*)