mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
426 B
Python
11 lines
426 B
Python
--- platform/linuxbsd/detect.py.orig 2025-02-19 15:17:58.330499000 +0100
|
|
+++ platform/linuxbsd/detect.py 2025-02-19 15:20:19.837955000 +0100
|
|
@@ -370,7 +370,7 @@
|
|
else:
|
|
env.Append(CPPDEFINES=["XKB_ENABLED"])
|
|
|
|
- if platform.system() == "Linux":
|
|
+ if platform.system() in ["Linux","FreeBSD"]:
|
|
env.Append(CPPDEFINES=["JOYDEV_ENABLED"])
|
|
if env["udev"]:
|
|
if not env["use_sowrap"]:
|