From b4a7469b91d3f16500a122f3f41f361491a329fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Nov 2014 15:31:55 +0100 Subject: [PATCH] signify: use our CFLAGS. --- srcpkgs/signify/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {