aboutsummaryrefslogtreecommitdiffstats
path: root/community/glm/fix-const-expr.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-09-24 21:53:02 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-09-24 22:00:55 +0200
commit4bd74f059f0f1329481cde93c3aedac1a90f76e6 (patch)
tree9d400dd65c8747b571e904637507bb5f187e58b3 /community/glm/fix-const-expr.patch
parentdcbab5a0af6934621e5ea40391800dfcb7844c12 (diff)
downloadaports-4bd74f059f0f1329481cde93c3aedac1a90f76e6.tar.bz2
aports-4bd74f059f0f1329481cde93c3aedac1a90f76e6.tar.xz
community/glm: upgrade to 0.9.9.6
remove fix-const-expr.patch, fixed upstream fix CRLF to LF in fix-endian-test.patch use 'cp' in package(), upstream removed 'make install' add pkgconfig glm.pc from previous version, upstream removed it add -doc subpackage fix source url
Diffstat (limited to 'community/glm/fix-const-expr.patch')
-rw-r--r--community/glm/fix-const-expr.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/glm/fix-const-expr.patch b/community/glm/fix-const-expr.patch
deleted file mode 100644
index c977036983..0000000000
--- a/community/glm/fix-const-expr.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/glm/detail/setup.hpp
-+++ b/glm/detail/setup.hpp
-@@ -283,7 +283,6 @@
- #else
- # define GLM_HAS_CONSTEXPR ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && GLM_HAS_INITIALIZER_LISTS && (\
- ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL17)) || \
-- ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC6)) || \
- ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC15))))
- #endif
-