From b9a9901e56e4f0c9927c78a6029817a15191ec10 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 2 Jan 1999 19:47:10 +0000 Subject: Honor CFLAGS. PR: 9234 Submitted by: Sheldon Hearn --- audio/xmcd/files/patch-ae | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 audio/xmcd/files/patch-ae (limited to 'audio/xmcd/files/patch-ae') diff --git a/audio/xmcd/files/patch-ae b/audio/xmcd/files/patch-ae new file mode 100644 index 000000000000..7b8e21cf7204 --- /dev/null +++ b/audio/xmcd/files/patch-ae @@ -0,0 +1,24 @@ +--- make.inc.orig Tue Dec 29 15:53:17 1998 ++++ make.inc Tue Dec 29 15:54:53 1998 +@@ -52,7 +52,8 @@ + RANLIB= /bin/true + AR= ar cq + RM= rm -f +-CFLAGS= -O $(DEFINES) $(INCDIRS) $(ARCH) $(TIMER) $(TERMIO) ++CFLAGS?= -O ++CFLAGS+= $(DEFINES) $(INCDIRS) $(ARCH) $(TIMER) $(TERMIO) + ARCH= -DSVR4 -Di386 + TIMER= -DUSE_SELECT + TERMIO= -DUSE_TERMIOS +--- makedgux.inc.orig Tue Dec 29 15:53:17 1998 ++++ makedgux.inc Tue Dec 29 15:55:11 1998 +@@ -52,7 +52,8 @@ + RANLIB= /bin/true + AR= ar cq + RM= rm -f +-CFLAGS= -O $(DEFINES) $(INCDIRS) $(ARCH) $(TIMER) $(TERMIO) ++CFLAGS?= -O ++CFLAGS+= $(DEFINES) $(INCDIRS) $(ARCH) $(TIMER) $(TERMIO) + # ARCH= + TIMER= -DUSE_SELECT + TERMIO= -DUSE_TERMIOS -- cgit v1.2.3