1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-10 05:49:22 -04:00
ports/misc/boxes/files/patch-ab
2002-10-21 01:00:52 +00:00

13 lines
361 B
Text

--- ./src/Makefile.orig Sun Oct 20 17:58:59 2002
+++ ./src/Makefile Sun Oct 20 17:59:05 2002
@@ -78,8 +78,8 @@
LEX = flex
YACC = bison
-CC = gcc
-CFLAGS = -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL)
+CC ?= cc
+CFLAGS += -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL)
LDFLAGS = -Lregexp
GEN_HDR = parser.h boxes.h