From d7fe414482dff66c41b46b8fc2207df1b68b2ecd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 19 Oct 2003 08:59:55 +0000 Subject: Respect CC and CFLAGS --- devel/mk/files/patch-src::Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/mk/files/patch-src::Makefile (limited to 'devel/mk/files/patch-src::Makefile') diff --git a/devel/mk/files/patch-src::Makefile b/devel/mk/files/patch-src::Makefile new file mode 100644 index 000000000000..a2c23537184d --- /dev/null +++ b/devel/mk/files/patch-src::Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig Sun Oct 19 01:50:46 2003 ++++ src/Makefile Sun Oct 19 01:50:14 2003 +@@ -5,7 +5,7 @@ + + + TARG=../mk +-CFLAGS=-g -I../include ++CFLAGS+=-g -I../include + + $(TARG): $(OFILES) ../lib/libregexp.a ../lib/libbio.a ../lib/lib9.a + $(CC) -o $(TARG) $(OFILES) -L../lib -lregexp -lbio -l9 -- cgit v1.2.3