From 27431fa55e22318d1e6eee6dba4c261130213162 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 10 Feb 2019 18:15:29 +0100 Subject: [PATCH] assimp: restrict a patch that breaks build on ppc Since before ppc, the only relevant non-x86 targets were the ARM ones, and it builds fine on ppc64, restrict this patch to ARM only. --- srcpkgs/assimp/patches/0001-glext_h_conflict.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/assimp/patches/0001-glext_h_conflict.patch b/srcpkgs/assimp/patches/0001-glext_h_conflict.patch index 6afb4d6dcac..06c69d59d20 100644 --- a/srcpkgs/assimp/patches/0001-glext_h_conflict.patch +++ b/srcpkgs/assimp/patches/0001-glext_h_conflict.patch @@ -4,7 +4,7 @@ /// \author smal.root@gmail.com /// \date 2016 -+#if !defined(__x86_64__) && !defined(__i386__) ++#if defined(__arm__) +// Avoid conflict for types GLsizeiptr and GLintptr +#define GL_VERSION_1_5 +