ports/audio/csound/files/patch-SConstruct
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
532 B
Text

--- SConstruct.orig 2013-01-07 12:49:34 UTC
+++ SConstruct
@@ -2057,7 +2057,7 @@ else:
# DSSI HOST OPCODES
-if (commonEnvironment['buildDSSI'] == '1' and (getPlatform() == 'linux' or getPlatform() == 'darwin') and configure.CheckHeader("ladspa.h", language = "C")) and configure.CheckHeader("dssi.h", language = "C"):
+if (commonEnvironment['buildDSSI'] == '1'):
print "CONFIGURATION DECISION: Building DSSI plugin host opcodes."
dssiEnvironment = pluginEnvironment.Clone()
dssiEnvironment.Append(LIBS = ['dl'])