aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2011-05-16 13:21:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2011-05-16 13:21:18 +0000
commit212a08d6ae0f6c68c01757b7d1e08e2f2e9e9ae5 (patch)
treeafebcae415aa1a8701cf1e523734569fc229caf3 /games/xmoto
parent5930ea7058d66800c97c8bd78d537635dfa61e4f (diff)
downloadports-212a08d6ae0f6c68c01757b7d1e08e2f2e9e9ae5.tar.gz
ports-212a08d6ae0f6c68c01757b7d1e08e2f2e9e9ae5.zip
- Add forgotten files/
Notes
Notes: svn path=/head/; revision=274187
Diffstat (limited to 'games/xmoto')
-rw-r--r--games/xmoto/files/patch-src-GameInit.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xmoto/files/patch-src-GameInit.cpp b/games/xmoto/files/patch-src-GameInit.cpp
new file mode 100644
index 000000000000..57719311f48a
--- /dev/null
+++ b/games/xmoto/files/patch-src-GameInit.cpp
@@ -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);