mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Add forgotten files/
This commit is contained in:
parent
5930ea7058
commit
212a08d6ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274187
11
games/xmoto/files/patch-src-GameInit.cpp
Normal file
11
games/xmoto/files/patch-src-GameInit.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/GameInit.cpp.orig 2011-04-03 19:46:59.000000000 +0400
|
||||
+++ src/GameInit.cpp 2011-05-07 12:50:13.000000000 +0400
|
||||
@@ -260,7 +260,7 @@
|
||||
struct sigaction v_act;
|
||||
|
||||
v_act.sa_handler = xmexit_term;
|
||||
-#if !defined(__APPLE__)
|
||||
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
||||
v_act.sa_restorer = NULL;
|
||||
#endif
|
||||
sigemptyset(&v_act.sa_mask);
|
Loading…
Reference in New Issue
Block a user