freebsd-ports/editors/elvis/files/patch-aa
Chris Piazza 90f74536d2 Import of elvis.
Elvis is intended to be a modern replacement for the classic
ex/vi editor.  Elvis supports many new features, including multiple
edit buffers, multiple windows, multiple user interfaces, and a
variety of display modes including plain text, syntax highlighting,
hex dump, HTML and man page formatter.

PR:		13543
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-09-04 19:33:38 +00:00

12 lines
355 B
Plaintext

--- Makefile.in.orig Tue Jul 6 20:07:31 1999
+++ Makefile.in Wed Sep 1 16:36:45 1999
@@ -146,7 +146,7 @@
OBJS= $(OBJ1) $(OBJ2) $(OBJ3)
REFOBJS=ref$(OBJ) tag$(OBJ) tagsrch$(OBJ) safe$(OBJ)
CTOBJS= ctags$(OBJ) tag$(OBJ) safe$(OBJ)
-CFLAGS= $(FLAGI)os$(OS)
+CFLAGS+=$(FLAGI)os$(OS)
EVERY= $(ALL) verify$(EXE) elvdump$(EXE) calc$(EXE)
SHELL= /bin/sh