From 928960ed2ec159cbedaab9e8eb4993c9cb464e3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Feb 2014 03:53:56 +0100 Subject: [PATCH] libpng: update to 1.6.9. --- srcpkgs/libpng/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template index 8b8ac93116d..5bdc61d652b 100644 --- a/srcpkgs/libpng/template +++ b/srcpkgs/libpng/template @@ -1,20 +1,15 @@ # Template build file for 'libpng'. pkgname=libpng -version=1.6.8 -revision=2 +version=1.6.9 +revision=1 build_style=gnu-configure -configure_args="ac_cv_func_strtod=yes" makedepends="zlib-devel" short_desc="Library for manipulating PNG images" maintainer="Juan RP " homepage="http://www.libpng.org/pub/png/libpng.html" license="zlib" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=24f73d8b5e1d74a9482c81b65c3f93f96c7da7ed0417b8a948a75d2d99133081 - -if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then - configure_args+=" --disable-arm-neon" -fi +checksum=fde3a676fe6878c15bfe7849f3209c5cf5fbe1fbbf0063541f0b81eb1022274a post_install() { rm -f ${DESTDIR}/usr/lib/*.la