diff options
author | steve <steve@FreeBSD.org> | 1999-02-22 12:22:22 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-22 12:22:22 +0800 |
commit | 6dac45d1a25784b3b6afde57ed8ba4ad447fd1d4 (patch) | |
tree | 1183a5708bf2a469a0e0c1b4742282f93c98554e /textproc | |
parent | a3d12ebeb7530152528245b12d11217f61f1fcd9 (diff) | |
download | freebsd-ports-gnome-6dac45d1a25784b3b6afde57ed8ba4ad447fd1d4.tar.gz freebsd-ports-gnome-6dac45d1a25784b3b6afde57ed8ba4ad447fd1d4.tar.zst freebsd-ports-gnome-6dac45d1a25784b3b6afde57ed8ba4ad447fd1d4.zip |
Update to support COMPRESSION among other things.
PR: 9959
Reviewed by: maintainer
Submitted by: Martin KammerHofer <dada@sbox.tu-graz.ac.at>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/c2html/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/c2html/files/patch-aa b/textproc/c2html/files/patch-aa index 2f52efb3978b..e07a13a88446 100644 --- a/textproc/c2html/files/patch-aa +++ b/textproc/c2html/files/patch-aa @@ -5,7 +5,7 @@ CC = gcc FLEX = flex -CFLAGS = -O2 -Wall -pedantic -ansi -+CFLAGS+= -Wall -pedantic -ansi ++CFLAGS+= -Wall -pedantic -ansi -DCOMPRESSION=1 all: c2html |