forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
574 B
Text
11 lines
574 B
Text
--- SConstruct.orig 2013-01-07 16:49:34.000000000 +0400
|
|
+++ SConstruct 2014-08-22 15:37:51.000000000 +0400
|
|
@@ -2057,7 +2057,7 @@
|
|
|
|
# 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'])
|