diff options
author | Steve Price <steve@FreeBSD.org> | 1999-02-22 04:22:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-02-22 04:22:22 +0000 |
commit | dd040634c4a5c2e5c1be0a13ffe3f6a9dbb473ce (patch) | |
tree | 033e99781c53ead0d426a447f970cb0ec75d667d /textproc/c2html | |
parent | 209161531c23d5532e7bd82d2e6644af0fb12f6c (diff) |
Notes
Diffstat (limited to 'textproc/c2html')
-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 |