diff --git a/srcpkgs/pth/template b/srcpkgs/pth/template index dbe986fc638..d0df2f9af2c 100644 --- a/srcpkgs/pth/template +++ b/srcpkgs/pth/template @@ -1,7 +1,8 @@ # Template file for 'pth' pkgname=pth version=2.0.7 -revision=1 +revision=2 +disable_parallel_build=yes build_style=gnu-configure configure_args="--disable-static" short_desc="GNU Portable Threads" @@ -19,6 +20,7 @@ pth-devel_package() { vmove usr/share/man/man1/pth-config.1 vmove usr/include vmove usr/share/aclocal + vmove usr/share/man/man3 vmove "usr/lib/*.so" } }