ports/devel/godot2/files/patch-drivers_SCsub
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

11 lines
344 B
Text

--- drivers/SCsub.orig 2016-11-30 21:41:21 UTC
+++ drivers/SCsub
@@ -14,7 +14,7 @@ SConscript('windows/SCsub')
# Sounds drivers
SConscript('alsa/SCsub')
SConscript('pulseaudio/SCsub')
-if (env["platform"] == "windows"):
+if (env["platform"] == "windows") or (env["platform"] == "x11"):
SConscript("rtaudio/SCsub")
# Graphics drivers