diff options
author | steve <steve@FreeBSD.org> | 1999-01-03 03:47:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-03 03:47:10 +0800 |
commit | be778d40df3eb8cc41aee0e5ca08b218d7fb2ab9 (patch) | |
tree | 90527fefc81e33c29c53f166d077df47a6eac011 /audio | |
parent | 15be22229c07363d850a9612a2cef7b3a6ebf3e5 (diff) | |
download | freebsd-ports-graphics-be778d40df3eb8cc41aee0e5ca08b218d7fb2ab9.tar.gz freebsd-ports-graphics-be778d40df3eb8cc41aee0e5ca08b218d7fb2ab9.tar.zst freebsd-ports-graphics-be778d40df3eb8cc41aee0e5ca08b218d7fb2ab9.zip |
Honor CFLAGS.
PR: 9234
Submitted by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/files/patch-ae | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-ae b/audio/xmcd/files/patch-ae new file mode 100644 index 00000000000..7b8e21cf720 --- /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 |