From 03081226d05b4a35044698adc0beb76ce6a4c2c1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 27 Apr 2018 14:59:56 -0300 Subject: [PATCH] libdill: update to 2.8. --- srcpkgs/libdill/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libdill/template b/srcpkgs/libdill/template index dc8e6c44299..6739a98adc6 100644 --- a/srcpkgs/libdill/template +++ b/srcpkgs/libdill/template @@ -1,6 +1,6 @@ # Template file for 'libdill' pkgname=libdill -version=2.7 +version=2.8 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -9,11 +9,7 @@ maintainer="Tai Chi Minh Ralph Eastwood " license="MIT" homepage="http://libdill.org/" distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz" -checksum=b78353308cbbcd442f9c3feab86afeac1bf79eb27186bad9f75efc07c4bfedbf - -case "$XBPS_TARGET_MACHINE" in - i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/7735/steps/shell_3/logs/stdio" ;; -esac +checksum=117038cd0f9bbfc51e6001a28ae6fd915b7c9047d8da7358208792d997037d6d pre_configure() { export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}" @@ -32,6 +28,6 @@ libdill-devel_package() { vmove usr/lib/pkgconfig vmove "usr/lib/*.a" vmove "usr/lib/*.so" - vmove "usr/share/man/man3/*.3" + vmove usr/share/man/man3 } }