summaryrefslogtreecommitdiff
path: root/audio/dap/files/patch-af
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-22 21:26:50 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-22 21:26:50 +0000
commite4c68617dc3b27635c0c14167ef5031efb8db311 (patch)
tree735b8f4fdf0ad10357e533244c853a5c71e126e2 /audio/dap/files/patch-af
parentBe sure INSTALLDIR exists before we write into it. (diff)
Checksum changed on MASTER_SITE, fixup accordingly. Seems they added
support for NetBSD in the Makefiles. Other than that nothing changed.
Notes
Notes: svn path=/head/; revision=23841
Diffstat (limited to '')
-rw-r--r--audio/dap/files/patch-af14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/dap/files/patch-af b/audio/dap/files/patch-af
index 21ae8a47d2e6..fcb3ceedab86 100644
--- a/audio/dap/files/patch-af
+++ b/audio/dap/files/patch-af
@@ -1,5 +1,5 @@
---- sound/Makefile.linux.orig Sat Oct 2 09:22:30 1999
-+++ sound/Makefile.linux Sat Oct 2 09:22:52 1999
+--- sound/Makefile.linux.orig Mon Nov 15 07:28:21 1999
++++ sound/Makefile.linux Sat Dec 11 13:45:25 1999
@@ -1,5 +1,5 @@
-CC = gcc
-CXX = g++
@@ -12,8 +12,8 @@
HOMEDIR = $(HOME)
INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR)
LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF)
--CCFLAGS = -O1 -g3 -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall
-+CCFLAGS = ${CXXFLAGS} -DNOFORMS -DLINUX -DUSINGGCC -Wall
- LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -lm
-
- PROGS = SampleTest
+-CCFLAGS = $(DEBUG) $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall
++CCFLAGS = $(CXXFLAGS) -DNOFORMS -DLINUX -DUSINGGCC -Wall
+ DEBUG = -g3
+ OPTIM = -O1
+ LDFLAGS = $(LIBDIR) -laudio -laudiofile -lm