summaryrefslogtreecommitdiff
path: root/textproc/c2html/files/patch-aa
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-07 05:27:40 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-07 05:27:40 +0000
commitf0b3ca663a96aa7f1d5255173c0f13643a5f3a99 (patch)
tree5bbeb1b107347c358b52a96cdad1981078503870 /textproc/c2html/files/patch-aa
parentBe able to use ${PREFIX} (diff)
update to version 0.5
PR: 11461 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at
Notes
Notes: svn path=/head/; revision=18583
Diffstat (limited to '')
-rw-r--r--textproc/c2html/files/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/c2html/files/patch-aa b/textproc/c2html/files/patch-aa
index 5e4194286976..b9eb22067cb6 100644
--- a/textproc/c2html/files/patch-aa
+++ b/textproc/c2html/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in~ Wed Mar 10 22:14:48 1999
-+++ Makefile.in Sun Mar 21 18:19:16 1999
+--- 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.
@@ -9,12 +9,12 @@
# Dont change things beyond this line.
TARGET = c2html
-@@ -40,7 +40,7 @@
+@@ -43,7 +43,7 @@
srcdir = @srcdir@
CPPFLAGS = @CPPFLAGS@
--CFLAGS = -O2 -Wall -pedantic $(COMPRESSION)
-+CFLAGS += -O2 -Wall -pedantic $(COMPRESSION)
- ALL_CFLAGS = $(CFLAGS) -I$(srcdir)
+-CFLAGS += -O2 -Wall -pedantic
++CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic
+ ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION)
all: $(TARGET)