cglm: update to 0.8.2.
This commit is contained in:
parent
4bda7f646f
commit
840a89b354
@ -1,13 +0,0 @@
|
|||||||
Index: cglm-0.7.6/CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- cglm-0.7.6.orig/CMakeLists.txt
|
|
||||||
+++ cglm-0.7.6/CMakeLists.txt
|
|
||||||
@@ -25,7 +25,7 @@ if(MSVC)
|
|
||||||
add_definitions(-DNDEBUG -D_WINDOWS -D_USRDLL -DCGLM_EXPORTS -DCGLM_DLL)
|
|
||||||
add_compile_options(/W3 /Ox /Gy /Oi /TC)
|
|
||||||
else()
|
|
||||||
- add_compile_options(-Wall -Werror -O3)
|
|
||||||
+ add_compile_options(-Wall)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'cglm'
|
# Template file for 'cglm'
|
||||||
pkgname=cglm
|
pkgname=cglm
|
||||||
version=0.7.6
|
version=0.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Highly Optimized Graphics Math (glm) for C"
|
short_desc="Highly Optimized Graphics Math (glm) for C"
|
||||||
@ -8,8 +8,7 @@ maintainer="Nicu Borta <nicuborta123@tutanota.com>"
|
|||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/recp/cglm"
|
homepage="https://github.com/recp/cglm"
|
||||||
distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
|
distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz"
|
||||||
checksum=29ff8af4edc03697e36d3e6f99a80b884a80ee09d46055ce45765e5d6b2456d9
|
checksum=b578e3c9d3d93d83001e59c2f1e412043089f05684836f7ea570e9cb8f60df22
|
||||||
patch_args=-Np1
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user