Browse Source

gis/mapnik: Replaced backtick cmdsub.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/229/head
B. Watson 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
f056014b6c
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      gis/mapnik/mapnik.SlackBuild

2
gis/mapnik/mapnik.SlackBuild

@ -77,7 +77,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
# support build with current
if [[ `icu-config --version` =~ ^61 ]] ; then
if [[ $( icu-config --version ) =~ ^61 ]] ; then
CUSTOM_DEFINES=-DU_USING_ICU_NAMESPACE=1
fi

Loading…
Cancel
Save