1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/xonotic/xonotic-moncontrol.patch
Alex Denes 6c8d6e8f2f testing/xonotic: move from unmaintained
I am picking up the package maintenance for both this and xonotic-data.
The upstream repo has no new release so far and is usually has a low
volume of development.
2021-03-29 08:04:14 +00:00

12 lines
256 B
Diff

--- Xonotic.orig/source/darkplaces/sys_shared.c
+++ Xonotic/source/darkplaces/sys_shared.c
@@ -69,9 +69,6 @@
else
moncleanup();
#endif
-#elif defined(__linux__) || defined(__FreeBSD__)
- extern int moncontrol(int);
- moncontrol(enable);
#endif
}