diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index d6034be236..5f5e067558 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -17,26 +17,12 @@ hostmakedepends="automake libtool pkg-config" makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib-devel $(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)" -if [ ${build_option_ultimate} ]; then - _ultimate_version="2016-04-23" - _ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}" - distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz" - checksum+=" 9ea0e2455980be7c2ff649c1deb07838e9be64f4fad939716e0050fd5897b057" - post_extract() { - msg_normal "Applying ultimate patchset" - for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do - patch -p1 < $P - done - } -fi - pre_configure() { autoreconf -fi } # Package build options -build_options="gles2 opengl ultimate" -desc_option_ultimate="Enable ultimate patchset" +build_options="gles2 opengl" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) build_options_default+=" opengl";;