diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template index 0cea509a9ba..65e8c3895cf 100644 --- a/srcpkgs/bmake/template +++ b/srcpkgs/bmake/template @@ -1,7 +1,7 @@ # Template file for 'bmake' pkgname=bmake version=20151201 -revision=1 +revision=2 create_wrksrc=yes short_desc="Portable version of the NetBSD make build tool" maintainer="Juan RP " @@ -17,7 +17,7 @@ do_configure() { mkdir -p bmake-host cd bmake-host # Build a native bmake for installation - unset CC LD AR CFLAGS + unset CC LD AR CFLAGS LDFLAGS ../boot-strap op=build cp linux*-*/bmake . fi