From e405fbe882689871186a2951cbbce240d37c217b Mon Sep 17 00:00:00 2001 From: kenmays Date: Mon, 22 May 2023 23:36:58 -0700 Subject: [PATCH] cairo: fixed build issue (#8707) --- x11-libs/cairo/cairo-1.16.0.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/cairo/cairo-1.16.0.recipe b/x11-libs/cairo/cairo-1.16.0.recipe index 1ea7e8954..4cd2c6a81 100644 --- a/x11-libs/cairo/cairo-1.16.0.recipe +++ b/x11-libs/cairo/cairo-1.16.0.recipe @@ -19,7 +19,7 @@ COPYRIGHT="2000, 2002, 2004-2007 Keith Packard 2002-2010 many others" LICENSE="GNU LGPL v2.1 MPL v1.1" -REVISION="5" +REVISION="6" SOURCE_URI="http://cairographics.org/releases/cairo-$portVersion.tar.xz" CHECKSUM_SHA256="5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" PATCHES="cairo-$portVersion.patchset" @@ -76,6 +76,7 @@ BUILD_PREREQUIRES=" cmd:autoconf cmd:automake cmd:gcc$secondaryArchSuffix + cmd:gtkdocize cmd:ld$secondaryArchSuffix cmd:libtoolize cmd:make @@ -89,7 +90,7 @@ defineDebugInfoPackage cairo$secondaryArchSuffix \ BUILD() { - autoreconf -fi + autoreconf -vfi export CFLAGS="-D__BSD_VISIBLE -g -O2" runConfigure ./configure \