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-lib::bio::Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/mk/files/patch-lib::bio::Makefile (limited to 'devel/mk/files/patch-lib::bio::Makefile') diff --git a/devel/mk/files/patch-lib::bio::Makefile b/devel/mk/files/patch-lib::bio::Makefile new file mode 100644 index 000000000000..4d8fc3abc2d8 --- /dev/null +++ b/devel/mk/files/patch-lib::bio::Makefile @@ -0,0 +1,11 @@ +--- lib/bio/Makefile.orig Sun Oct 19 01:51:44 2003 ++++ lib/bio/Makefile Sun Oct 19 01:51:55 2003 +@@ -12,7 +12,7 @@ + OFILES=bflush.o bgetc.o bgetrune.o binit.o bprint.o bputc.o bwrite.o + + TARG=../libbio.a +-CFLAGS=-g -I../../include ++CFLAGS+=-g -I../../include + + all: $(TARG) + -- cgit v1.2.3