diff options
author | Tim Biermann <tbier@posteo.de> | 2020-12-06 23:48:54 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-12-07 00:09:02 +0000 |
commit | 499e2f79afba3127c3204ba81621c8445f682f0a (patch) | |
tree | d634a83ce034f5afc4a880667f67b9479af115fa | |
parent | c340ba7b82b3fac21069aec43bb6aa570ef8f6bc (diff) | |
download | contrib-499e2f79afba3127c3204ba81621c8445f682f0a.tar.gz contrib-499e2f79afba3127c3204ba81621c8445f682f0a.tar.xz |
assimp: fixed cmake flags
-rw-r--r-- | assimp/.signature | 4 | ||||
-rw-r--r-- | assimp/Pkgfile | 4 |
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 |