aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/c2html/files
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-05-07 13:27:40 +0800
committermharo <mharo@FreeBSD.org>1999-05-07 13:27:40 +0800
commit7920d4b3dc493089730a3e9835a6e334415ccf4c (patch)
tree92db6aafe75d83e8c5fe035af1abe2ed4c27d923 /textproc/c2html/files
parent5f5b2968a8581e6bfb8f3677c815ff6e9534b3fd (diff)
downloadfreebsd-ports-gnome-7920d4b3dc493089730a3e9835a6e334415ccf4c.tar.gz
freebsd-ports-gnome-7920d4b3dc493089730a3e9835a6e334415ccf4c.tar.zst
freebsd-ports-gnome-7920d4b3dc493089730a3e9835a6e334415ccf4c.zip
update to version 0.5
PR: 11461 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at
Diffstat (limited to 'textproc/c2html/files')
-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)