mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
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.
12 lines
256 B
Diff
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
|
|
}
|
|
|