aboutsummaryrefslogtreecommitdiff
path: root/audio/csound/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-21 20:53:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-21 20:53:15 +0000
commit92d9fcd4d57d7c2f2c3583fa9a9d59eb406fc038 (patch)
treeb2ac04b8681d47127d164f3d99ddec77825f7fca /audio/csound/files
parentba7d9b2f2cd8a72626f8f6fba43786ca5976f7dc (diff)
Notes
Diffstat (limited to 'audio/csound/files')
-rw-r--r--audio/csound/files/patch-SConstruct11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/csound/files/patch-SConstruct b/audio/csound/files/patch-SConstruct
deleted file mode 100644
index fd2edb4fcdb1..000000000000
--- a/audio/csound/files/patch-SConstruct
+++ /dev/null
@@ -1,11 +0,0 @@
---- SConstruct.bak 2009-10-26 06:07:13.000000000 -0600
-+++ SConstruct 2009-10-26 06:07:29.000000000 -0600
-@@ -1357,7 +1357,7 @@
- print 'CONFIGURATION DECISION: Building Csound C++ interface library.'
- csoundInterfacesEnvironment.Append(CPPPATH = ['interfaces'])
- csoundInterfacesSources = []
-- headers += ['csPerfThread.hpp']
-+ headers += ['interfaces/csPerfThread.hpp']
- for i in Split('CppSound CsoundFile Soundfile csPerfThread cs_glue filebuilding'):
- csoundInterfacesSources.append(csoundInterfacesEnvironment.SharedObject('interfaces/%s.cpp' % i))
- if commonEnvironment['dynamicCsoundLibrary'] == '1' or getPlatform() == 'win32':