diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-23 23:09:44 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-23 23:09:44 +0000 |
commit | 1fdc1d0068315596fb30d48472ff56271afd5437 (patch) | |
tree | a9f2bb717acf132cd51c166b70f8781719edbef8 /audio/csound/files/custom.py.in | |
parent | - Update from 3.1.9 to 3.1.10 (diff) |
- Update from 5.18.02 to 5.19.01
- Convert USE_SCONS to USES
PR: ports/185715
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=340868
Diffstat (limited to 'audio/csound/files/custom.py.in')
-rw-r--r-- | audio/csound/files/custom.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound/files/custom.py.in b/audio/csound/files/custom.py.in index 3e5fbf1a5856..ed2ccc0a195c 100644 --- a/audio/csound/files/custom.py.in +++ b/audio/csound/files/custom.py.in @@ -7,6 +7,6 @@ customCCFLAGS = [ ] customCXXFLAGS = [ ] customLIBS = [ 'intl' ] customLIBPATH = [ '%%PORTAUDIO_L%%', '%%LOCALBASE%%/lib' ] -customSHLINKFLAGS = [ '%%PORTAUDIO_R%%', '%%PTHREAD_LIBS%%' ] +customSHLINKFLAGS = [ '%%PORTAUDIO_R%%' ] customSWIGFLAGS = [] platform = 'linux' |