aboutsummaryrefslogtreecommitdiffstats
path: root/community/irrlicht/irrlicht-1.8.3-sysctl.patch
diff options
context:
space:
mode:
authorxming <xmingske@gmail.com>2015-11-09 13:04:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-10 15:44:32 +0000
commit7a6e9c8c2a7546836e8e058edb72429bf55a8712 (patch)
tree6c76a18d0c8bdd8eacf6831e4c99d669a82ce7b4 /community/irrlicht/irrlicht-1.8.3-sysctl.patch
parent5b67e37dc287beb837796825db5994fbe85b7e13 (diff)
downloadaports-7a6e9c8c2a7546836e8e058edb72429bf55a8712.tar.bz2
aports-7a6e9c8c2a7546836e8e058edb72429bf55a8712.tar.xz
community/irrlicht
updated to 1.8.3 with gcc5.x fixes
Diffstat (limited to 'community/irrlicht/irrlicht-1.8.3-sysctl.patch')
-rw-r--r--community/irrlicht/irrlicht-1.8.3-sysctl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/irrlicht/irrlicht-1.8.3-sysctl.patch b/community/irrlicht/irrlicht-1.8.3-sysctl.patch
new file mode 100644
index 0000000000..5ab99a9667
--- /dev/null
+++ b/community/irrlicht/irrlicht-1.8.3-sysctl.patch
@@ -0,0 +1,13 @@
+diff --git a/source/Irrlicht/COSOperator.cpp b/source/Irrlicht/COSOperator.cpp
+index 0899d1d..d0e25f4 100644
+--- a/source/Irrlicht/COSOperator.cpp
++++ b/source/Irrlicht/COSOperator.cpp
+@@ -13,7 +13,7 @@
+ #include <unistd.h>
+ #ifndef _IRR_SOLARIS_PLATFORM_
+ #include <sys/types.h>
+-#include <sys/sysctl.h>
++//#include <sys/sysctl.h>
+ #endif
+ #endif
+