cairo: fixed build issue (#8707)

This commit is contained in:
kenmays
2023-05-22 23:36:58 -07:00
committed by GitHub
parent cd61a6aad4
commit e405fbe882

View File

@@ -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 \