aboutsummaryrefslogtreecommitdiff
path: root/lang/nawk/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/nawk/files/patch-makefile')
-rw-r--r--lang/nawk/files/patch-makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/nawk/files/patch-makefile b/lang/nawk/files/patch-makefile
new file mode 100644
index 000000000000..5dd4923bbde0
--- /dev/null
+++ b/lang/nawk/files/patch-makefile
@@ -0,0 +1,19 @@
+--- makefile.orig Mon Mar 28 15:40:31 2005
++++ makefile Thu Dec 1 11:28:45 2005
+@@ -22,16 +22,6 @@
+ # THIS SOFTWARE.
+ # ****************************************************************/
+
+-CFLAGS = -g
+-CFLAGS = -O2
+-CFLAGS =
+-
+-CC = gcc -Wall -g -Wwrite-strings
+-CC = gcc -fprofile-arcs -ftest-coverage
+- # followed by gcov onefile.c; cat onefile.c.gcov
+-CC = gcc -Wall -g
+-CC = cc
+-
+ YACC = bison -y
+ YACC = yacc
+ YFLAGS = -d