mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
17 lines
670 B
Diff
17 lines
670 B
Diff
Index: OpenNI-Stable-1.5.7.10/Include/XnPlatform.h
|
|
===================================================================
|
|
--- OpenNI-Stable-1.5.7.10.orig/Include/XnPlatform.h
|
|
+++ OpenNI-Stable-1.5.7.10/Include/XnPlatform.h
|
|
@@ -61,9 +61,9 @@
|
|
#include "Win32/XnPlatformWin32.h"
|
|
#elif defined(ANDROID) && defined(__arm__)
|
|
#include "Android-Arm/XnPlatformAndroid-Arm.h"
|
|
-#elif (linux && (i386 || __x86_64__))
|
|
+#elif (defined(__linux__) && (i386 || __x86_64__))
|
|
#include "Linux-x86/XnPlatformLinux-x86.h"
|
|
-#elif (linux && __arm__)
|
|
+#elif (defined(__linux__) && __arm__)
|
|
#include "Linux-Arm/XnPlatformLinux-Arm.h"
|
|
#elif _ARC
|
|
#include "ARC/XnPlatformARC.h"
|