diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-10 10:54:59 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-10 10:54:59 +0000 |
commit | 21c2e5ebec04e8f00cb664ec276739a03aa4f1cd (patch) | |
tree | 304c9ba5cb8c63bc2df45957449bd36231ec6a9e /audio/dap/files/patch-af | |
parent | Update to 8.8 (diff) |
Update dap to 2.1.4
PR: 46783
Approved By: alex (mentor)
Notes
Notes:
svn path=/head/; revision=82661
Diffstat (limited to '')
-rw-r--r-- | audio/dap/files/patch-af | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/dap/files/patch-af b/audio/dap/files/patch-af index 2f5e8f0f1bd0..b4a41f78481b 100644 --- a/audio/dap/files/patch-af +++ b/audio/dap/files/patch-af @@ -1,14 +1,14 @@ ---- sound/Makefile.linux.orig Sun Jul 1 13:44:27 2001 -+++ sound/Makefile.linux Sun Jul 1 13:45:00 2001 +--- sound/Makefile.linux.orig Fri Jul 5 06:08:17 2002 ++++ sound/Makefile.linux Sun Jan 5 22:27:56 2003 @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC ?= gcc +CXX ?= g++ - FORMS = ../../xforms/FORMS SPKIT = ../spkit AUDIO = ../libaudio -@@ -9,9 +9,9 @@ + AUDIOF = ../libaudiofile +@@ -8,9 +8,9 @@ HOMEDIR = $(HOME) INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR) LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) |