diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:53:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:53:07 +0000 |
commit | c28c7b2d1224ddc7d384babbbefc28f1dd2cba99 (patch) | |
tree | 52eab0a2c1de5351c62f8552ef7f3432914d72db /audio/dap/files/patch-ag | |
parent | Update to use tcl-8.3. (diff) |
Fix sound file read/write/import/export.
PR: 19895
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | audio/dap/files/patch-ag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dap/files/patch-ag b/audio/dap/files/patch-ag index 61884c85edd8..5059b33dc447 100644 --- a/audio/dap/files/patch-ag +++ b/audio/dap/files/patch-ag @@ -10,7 +10,7 @@ diff -urN ../dap-2.1.1.orig/libaudiofile/Makefile.linux ./libaudiofile/Makefile. HOMEDIR = $(HOME) INCDIR = -I. -CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused -+CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DUSINGGCC -Wall -Wno-unused ++CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused DEBUG = -g3 -OPTIM = -O1 +OPTIM = ${CXXFLAGS} |