diff --git a/srcpkgs/netpbm/template b/srcpkgs/netpbm/template index 39af1db3191..bbd6919a41c 100644 --- a/srcpkgs/netpbm/template +++ b/srcpkgs/netpbm/template @@ -2,7 +2,7 @@ pkgname=netpbm # from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY version=10.87.00 -revision=1 +revision=2 _githash=be0a23cddaf0182d1fda4f623a3b23f67db91d73 _githash_guide=659088e47395511bee20a5ac319bc6a3ea5d64cb create_wrksrc=yes @@ -37,6 +37,7 @@ do_configure() { fi sed -i 's|misc|share/netpbm|' common.mk sed -i 's|/link|/lib|' lib/Makefile + sed -i 's|/sharedlink|/lib|' lib/Makefile sed -i 's|install.manwebmain install.manweb install.man|install.man|' GNUmakefile if [ "$CROSS_BUILD" ]; then # Patch buildutils/endiangen.c to return the endianess @@ -93,6 +94,6 @@ libnetpbm-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - #vmove usr/lib/*.so + vmove usr/lib/*.so } }