diff options
Diffstat (limited to 'textproc/c2html/files/patch-aa')
-rw-r--r-- | textproc/c2html/files/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/c2html/files/patch-aa b/textproc/c2html/files/patch-aa index b9eb22067cb6..f73652506b02 100644 --- a/textproc/c2html/files/patch-aa +++ b/textproc/c2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Apr 21 19:21:32 1999 -+++ Makefile.in Wed Apr 21 23:42:12 1999 -@@ -12,7 +12,7 @@ +--- Makefile.in.orig Mon May 24 14:32:18 1999 ++++ Makefile.in Wed May 26 18:44:22 1999 +@@ -9,7 +9,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -8,13 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = c2html -@@ -43,7 +43,7 @@ + TARGET = @PROJECT_NAME@ +@@ -40,7 +40,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS += -O2 -Wall -pedantic -+CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic +-CFLAGS += -O2 -Wall ++CFLAGS ?= -O2 -Wall ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) |