diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-28 18:33:11 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-28 18:33:11 +0000 |
| commit | d63205dae2a81af045d3014ef5e7c494fe8dd8ae (patch) | |
| tree | bd040c4584ad9aa4fbacafefe589e3be43ab54e8 /devel/godot/files/patch-drivers_SCsub | |
| parent | Fix i386 SSE2 crashes (use clang), and clean up a bit. (diff) | |
devel/godot: update to 2.1.2
Changes: https://godotengine.org/article/maintenance-release-godot-2-1-1
Changes: https://godotengine.org/article/maintenance-release-godot-2-1-2
PR: 216227
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Diffstat (limited to 'devel/godot/files/patch-drivers_SCsub')
| -rw-r--r-- | devel/godot/files/patch-drivers_SCsub | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/godot/files/patch-drivers_SCsub b/devel/godot/files/patch-drivers_SCsub new file mode 100644 index 000000000000..ada05634533e --- /dev/null +++ b/devel/godot/files/patch-drivers_SCsub @@ -0,0 +1,11 @@ +--- 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 |
