diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-18 17:48:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-18 17:48:11 +0800 |
commit | 135e2a97ee61474e861ee266a79c3d6dabd778cb (patch) | |
tree | ec0cb091be5896b1a2cb11ec2a0b510a7355746d /lang/nawk/files | |
parent | 02f527ba5a3ad8de15e8c888e44040f771b89ec1 (diff) | |
download | freebsd-ports-gnome-135e2a97ee61474e861ee266a79c3d6dabd778cb.tar.gz freebsd-ports-gnome-135e2a97ee61474e861ee266a79c3d6dabd778cb.tar.zst freebsd-ports-gnome-135e2a97ee61474e861ee266a79c3d6dabd778cb.zip |
Update to the 1-Jan-2002 One True AWK.
This includes
added support for POSIX character class names like [:digit:]
Contributed by our very own DES.
Diffstat (limited to 'lang/nawk/files')
-rw-r--r-- | lang/nawk/files/patch-aa | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/lang/nawk/files/patch-aa b/lang/nawk/files/patch-aa index bd3cb8b531f3..8ba84e6c94b8 100644 --- a/lang/nawk/files/patch-aa +++ b/lang/nawk/files/patch-aa @@ -1,22 +1,18 @@ ---- makefile.orig Thu May 25 10:55:45 2000 -+++ makefile Fri Nov 3 01:56:39 2000 -@@ -22,13 +22,13 @@ - # THIS SOFTWARE. - # ****************************************************************/ - +--- makefile.orig Tue Jan 1 06:50:28 2002 ++++ makefile Mon Feb 18 01:45:54 2002 +@@ -25,3 +25,3 @@ -CFLAGS = -g -CFLAGS = -O2 -CFLAGS = +#CFLAGS = -g ++#CFLAGS = -O2 +CFLAGS ?= -O -+#CFLAGS = - +@@ -29,4 +29,4 @@ -CC = gcc -Wall -g +-CC = /opt/SUNWspro/bin/cc -CC = /opt/pure/purify/purify cc -CC = cc -+#CC = cc -Wall -g ++#CC = gcc -Wall -g ++#CC = /opt/SUNWspro/bin/cc +#CC = /opt/pure/purify/purify cc +CC ?= cc - - YACC = bison -y - YACC = yacc |