diff --git a/srcpkgs/parted/template b/srcpkgs/parted/template index d733863e5a..4955c61907 100644 --- a/srcpkgs/parted/template +++ b/srcpkgs/parted/template @@ -13,6 +13,11 @@ maintainer="Juan RP " distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz" checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15 +pre_build() { + # Fix for readline>=6.3 + sed -e 's,(CPPFunction \*),,' -i parted/ui.c +} + libparted_package() { short_desc+=" - shared library" pkg_install() {