summaryrefslogtreecommitdiff
path: root/editors/elvis/files/patch-ab
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-28 16:17:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-28 16:17:53 +0000
commit62c5464934800637d2b55641fe8bcafaa5c7c3e8 (patch)
treed5997740e53734430e29c0edb868caadefe59c56 /editors/elvis/files/patch-ab
parent- Update to version 1.0 (diff)
- Update to version 2.2.0
PR: 58624 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=92466
Diffstat (limited to 'editors/elvis/files/patch-ab')
-rw-r--r--editors/elvis/files/patch-ab24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/elvis/files/patch-ab b/editors/elvis/files/patch-ab
deleted file mode 100644
index 52097f035be5..000000000000
--- a/editors/elvis/files/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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*)