From 3cd46624fc1acd69e73b09dade6bdf55f62c86ef Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 15 Sep 2023 20:25:46 -0400 Subject: [PATCH] zint: fix build --- srcpkgs/zint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zint/template b/srcpkgs/zint/template index 68eadf7e0c1..30412d8cbd4 100644 --- a/srcpkgs/zint/template +++ b/srcpkgs/zint/template @@ -16,7 +16,7 @@ checksum=83c76873cda163537de4b937d390de42a8ae487e830e73212c4a74c8cc49ce65 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DZINT_TEST=ON" else - configure_args+=" -ZINT_TEST=OFF" + configure_args+=" -DZINT_TEST=OFF" fi pre_check() {