New commits:
commit 0abdf0aa0c6b5bd264bff2f5765f5b280fd17f85
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/glm: added modified upstream fix for gcc 7.3 + cleanups
diff --git a/libs/glm/BUILD b/libs/glm/BUILD
index e69de29..27ba77d 100755
--- a/libs/glm/BUILD
+++ b/libs/glm/BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/glm/DETAILS b/libs/glm/DETAILS
index 85a3b00..58e2b23 100755
--- a/libs/glm/DETAILS
+++ b/libs/glm/DETAILS
@@ -1,5 +1,6 @@
SPELL=glm
VERSION=0.9.8.5
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}"
SOURCE_URL[0]=https://github.com/g-truc/glm/archive/${VERSION}.tar.gz
diff --git a/libs/glm/HISTORY b/libs/glm/HISTORY
index 4131e57..58e3f2b 100644
--- a/libs/glm/HISTORY
+++ b/libs/glm/HISTORY
@@ -1,3 +1,9 @@
+2018-02-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: added true command
+ * PRE_BUILD, update-compilers.patch: added slightly modified upstream
+ patch to fix compilation of dependent projects with gcc 7.3.x
+
2017-08-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9.8.5