From 680a873b765a502eb03498df381bd1ed5c217251 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 10 Nov 2019 13:09:35 +0100 Subject: [PATCH] Ports: Configure libarchive with --without-xml2 Otherwise it won't build on my machine. --- Ports/libarchive/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/libarchive/package.sh b/Ports/libarchive/package.sh index c3b37a3d8c..0e3922504b 100755 --- a/Ports/libarchive/package.sh +++ b/Ports/libarchive/package.sh @@ -2,5 +2,6 @@ port=libarchive version=3.4.0 useconfigure=true +configopts="--without-xml2" files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz" depends=zlib