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