From f49969686681fc969b2b1b6d2b51713e21676577 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 23 Sep 2022 20:31:36 +0000 Subject: [PATCH] Explicitely pass --without-pptx to configure to make sure libzip is not looked for. --- graphics/pstoedit/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 480253471e4..4a6aee57fc4 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --without-libplot \ --without-emf \ --without-swf \ --without-magick \ + --without-pptx \ --disable-docs CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"