1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/xmcd/files/patch-ae
Steve Price 7eaecb38a1 Update to version 2.5.
PR:		11693
Submitted by:	maintainer
1999-05-16 23:37:37 +00:00

13 lines
345 B
Plaintext

--- 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