mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
a735943d25
Respect CC and CFLAGS
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
--- ./src/regexp/Makefile.orig Sun Oct 20 17:56:12 2002
|
|
+++ ./src/regexp/Makefile Sun Oct 20 17:56:19 2002
|
|
@@ -32,7 +32,7 @@
|
|
#============================================================================
|
|
|
|
|
|
-CFLAGS = -traditional -O -I. $(CFLAGS_ADDTL)
|
|
+CFLAGS += -I. $(CFLAGS_ADDTL)
|
|
|
|
ALL_CL = regexp/regexp.c regexp/regsub.c
|
|
C_SRC = $(notdir $(ALL_CL))
|