1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/scummvm/disable-forbidden.patch
2021-04-15 07:45:56 +00:00

14 lines
332 B
Diff

This patch fix compatibility between scummvm/forbidden security enforcement
and fortify-headers. The first is meant to avoid direct access to system
calls for scummvm to be fully portable on a lot of platforms.
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -464,6 +464,4 @@
#endif
-#include "common/forbidden.h"
-
#endif