mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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)
11 lines
344 B
Text
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
|