diff --git a/srcpkgs/assimp/patches/0001-glext_h_conflict.patch b/srcpkgs/assimp/patches/0001-glext_h_conflict.patch new file mode 100644 index 00000000000..53511b15cab --- /dev/null +++ b/srcpkgs/assimp/patches/0001-glext_h_conflict.patch @@ -0,0 +1,12 @@ +--- tools/assimp_qt_viewer/glview.cpp 2017-07-28 22:33:41.000000000 +0200 ++++ tools/assimp_qt_viewer/glview.cpp 2017-08-05 09:47:00.697027943 +0200 +@@ -3,6 +3,9 @@ + /// \author smal.root@gmail.com + /// \date 2016 + ++// Avoid conflict for types GLsizeiptr and GLintptr ++#define GL_VERSION_1_5 ++ + #include "glview.hpp" + + // Header files, OpenGL. diff --git a/srcpkgs/assimp/template b/srcpkgs/assimp/template index 70f3cdab5a4..544330b924c 100644 --- a/srcpkgs/assimp/template +++ b/srcpkgs/assimp/template @@ -14,10 +14,6 @@ distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname checksum=60080d8ab4daaab309f65b3cffd99f19eb1af8d05623fff469b9b652818e286e depends="libassimp>=${version}_${revision}" -case "$XBPS_TARGET_MACHINE" in - arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/4109/steps/shell_3/logs/stdio" -esac - post_install() { # Install assimp_qt_viewer vbin build/tools/assimp_qt_viewer/assimp_qt_viewer