From 4ab217692cdda3394eaf41185616f3c1341cb0f9 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 16 Jan 2019 01:21:16 +0100 Subject: [PATCH] qt5-webkit: configure typo fixes [ci skip] --- srcpkgs/qt5-webkit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index a4719bc9000..f90c03e4f3e 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -32,7 +32,7 @@ case "$XBPS_TARGET_MACHINE" in LIBS+=" -latomic" ;; ppc64*) # no JIT on ppc64 and other build workarounds - configure_args+=" ENABLE_JIT=OFF USE_SYSTEM_MALLOC=ON ENABLE_ALLINONE_BUILD=OFF" + configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF" ;; esac