mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
532 B
Text
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'])
|