gis/SFCGAL: Updated for Slackware 15.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2021-04-17 21:09:15 +02:00 committed by Robby Workman
parent 4abb921d94
commit c54f6f57c7
2 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ find -L . \
mkdir -p build
cd build
export "PATH=/opt/cmake-202x/bin:$PATH"
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1" \

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.3.9/SFCGAL-v1.3.9.tar.
MD5SUM="99c08d524aff93be0d30a48d821783ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CGAL cmake-202x"
REQUIRES="CGAL"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"