summaryrefslogtreecommitdiff
path: root/assimp
diff options
context:
space:
mode:
Diffstat (limited to 'assimp')
-rw-r--r--assimp/.signature4
-rw-r--r--assimp/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/assimp/.signature b/assimp/.signature
index b10e64663..53fe31113 100644
--- a/assimp/.signature
+++ b/assimp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33lTfyH/otlb7xHT4cdDQ+E3JUve1s++glO2sL0ieeZ+RPlckXeJMUE12kwe+EldB+CL7cmKulTLADYtJcakXQE=
-SHA256 (Pkgfile) = 4aaa5efe1d7cd198c115f64faac427450c44491e0dfa3e2c98bd40dc3cdcebc5
+RWSagIOpLGJF3zn19RKVX4V2VTbPvQHSW73Hghiftl7Wxc1t4nyad2uvwrYFV1WFwciEXhuWxaXkXZbeG+hVSTnTHzn6I4gaqwU=
+SHA256 (Pkgfile) = 3f58b65d4bb0d174147d0380714350a2a41ca2b3491cb72b9fa0c23a6e58159c
SHA256 (.footprint) = 006eb35ba7faf1ce46e788bb5a0bbad23c946882605be017713b918aff8d875b
SHA256 (assimp-5.0.1.tar.gz) = 11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc
diff --git a/assimp/Pkgfile b/assimp/Pkgfile
index 4b43e5b97..480572d6e 100644
--- a/assimp/Pkgfile
+++ b/assimp/Pkgfile
@@ -13,8 +13,8 @@ build() {
cmake -S $name-$version -B build $PKGMK_ASSIMP_OPTIONS \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
- -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \
+ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
+ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D ASSIMP_BUILD_SAMPLES=OFF \
-Wno-dev
cmake --build build

Generated by cgit