freebsd-ports/textproc/c2html/files/patch-aa
Michael Haro f0b3ca663a update to version 0.5
PR:		11461
Submitted by:	Martin Kammerhofer dada@sbox.tu-graz.ac.at
1999-05-07 05:27:40 +00:00

20 lines
586 B
Text

--- 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)