mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to support COMPRESSION among other things.
PR: 9959 Reviewed by: maintainer Submitted by: Martin KammerHofer <dada@sbox.tu-graz.ac.at>
This commit is contained in:
parent
209161531c
commit
dd040634c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16841
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue