1
0
forked from ports/contrib

sakura: fixed cmake flags

This commit is contained in:
Tim Biermann 2020-12-07 00:02:26 +00:00
parent d3ef06e5c9
commit 4041364e5b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+zFNSycq5YY6LCXI/5vKWcy9oUb2iUVy2B2lpuQXhtx/qI7Z2a5Zo97w5S2PuKWocopKhO4ScRqctVkecaBTAE=
SHA256 (Pkgfile) = 7058aea3cf6b1193c43b6ec2d5c370d1224fc29a80d2709c731e9d5f0c59645f
RWSagIOpLGJF3zoCDHeeD9k+k8HcgP6S3ppJZKZ6EW8Vrw1I4fPkBsip/urEVZCt9S6YlO1R+Bi/Y5GtNN3/8skiqlNEQIdHDQ4=
SHA256 (Pkgfile) = d3e60f0240acc7373175f88c7280bfd1b8a8dd35f9c6bb06c57dcea4c5bbb7b9
SHA256 (.footprint) = 329496cfa310c07f4b8f63ec1a6a69e2dbcc82825f430df777108d134d8a6979
SHA256 (sakura-3.7.1.tar.bz2) = 729a4e0e750a4294bd9059243aac54df2a801250159fc550b50b0fe026ab928b

View File

@ -12,8 +12,8 @@ build() {
cmake -S $name-$version -B build -G Ninja \
-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" \
-Wno-dev
cmake --build build