diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2001-02-20 22:25:04 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2001-02-20 22:25:04 +0000 |
commit | c4e3c399f3c64a3b8f8a3d91ff6c738674ed04c7 (patch) | |
tree | f3c48edf2759626aedcf2f4c9ee89dc90d2d2e1b /devel/re2c/files/patch-ab | |
parent | Make the port more "package friendly". (diff) |
Update to version 0.9.1
PR: 24906
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes:
svn path=/head/; revision=38532
Diffstat (limited to 'devel/re2c/files/patch-ab')
-rw-r--r-- | devel/re2c/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/re2c/files/patch-ab b/devel/re2c/files/patch-ab deleted file mode 100644 index 3767898c5471..000000000000 --- a/devel/re2c/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Fri Apr 15 20:23:55 1994 -+++ Makefile Sun Sep 26 09:42:57 1999 -@@ -15,7 +15,7 @@ - OBJS = code.o dfa.o main.o parser.o actions.o scanner.o substr.o\ - translate.o - --CC = gcc -+CC = c++ - CFLAGS = -O2 -Wall -I. - YFLAGS = -d - LDFLAGS = -@@ -30,7 +30,7 @@ - mv -f y.tab.c parser.cc - - re2c: $(OBJS) -- $(CC) -o $@ $(OBJS) $(LDFLAGS) -lg++ -+ $(CC) -o $@ $(OBJS) $(LDFLAGS) #-lg++ - - # - # generated with "gcc -I. -MM -x c++ *.cc *.y *.re" |