allegro: fixed cmake flags

This commit is contained in:
Tim Biermann 2020-12-06 23:48:25 +00:00
parent ea515b5420
commit e3f8a91f1d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zzZJXPv/k9Jmi80meAMbeEUcbSgxqpPzwUlJNHpCNrDqPz/nYewbnP6Pu+cv9plO132DXhbNRaOI2BCPCNWUQE=
SHA256 (Pkgfile) = f9015b267f3b82836e6cd580107dd719adc1d33a197df1496394173a7c918408
RWSagIOpLGJF3xf0OTU3derIKqrtCy41OeDMW6Y8W21izDzd0K1fiaFjULLbwcnZYyGfAll1L7k0OH0O1+YJYPE/VGmXwwY7IwA=
SHA256 (Pkgfile) = b0351029048d0b5787853d63c79ae31611f063d75c63c2bc9070b117dc21d116
SHA256 (.footprint) = 658515197e7430432c258e5832614e37b7e2f71996edb3a00759fb688e669b99
SHA256 (allegro-5.2.6.0.tar.gz) = 5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763

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" \
-D WANT_DOCS_HTML=OFF \
-Wno-dev