aboutsummaryrefslogtreecommitdiff
path: root/misc/boxes/files/patch-ab
blob: 55497855b01cfb15e05e707fad63806fd1b99422 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./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