diff --git a/srcpkgs/signify/template b/srcpkgs/signify/template index cea1c146b4..4e9c00f43e 100644 --- a/srcpkgs/signify/template +++ b/srcpkgs/signify/template @@ -2,7 +2,7 @@ pkgname=signify _pkgname=signify-portable version=20140902 -revision=1 +revision=2 build_style=gnu-makefile short_desc="OpenBSD cryptographic signing and verification tool" maintainer="Ypnose " @@ -15,7 +15,7 @@ wrksrc="${_pkgname}-${version}" pre_build() { sed -i 's|^mandir=${prefix}/man|mandir=${prefix}/share/man|g' Makefile - sed -i 's|^CC=gcc|CC=$CC|g' Makefile + sed -i "s|^CC=gcc|CC=$CC|g;s|CFLAGS=|CFLAGS=$CFLAGS|g" Makefile } post_install() {