summaryrefslogtreecommitdiff
path: root/textproc/c2html/files/patch-aa
blob: b9eb22067cb6f579d86241c59a3145e600833632 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig	Wed Apr 21 19:21:32 1999
+++ Makefile.in	Wed Apr 21 23:42:12 1999
@@ -12,7 +12,7 @@
 # for gzip because otherwise the load on the web server
 # grows without having big benefits.
 # COMPRESSION = -DCOMPRESSION=4
-COMPRESSION = -DCOMPRESSION=1
+COMPRESSION ?= -DCOMPRESSION=1
 
 # Dont change things beyond this line.
 TARGET          = c2html
@@ -43,7 +43,7 @@
 srcdir          = @srcdir@
 CPPFLAGS        = @CPPFLAGS@
 
-CFLAGS += -O2 -Wall -pedantic
+CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic
 ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) 
 
 all: $(TARGET)