From facd6785902348338c3e96f53200f44f0c96d7b3 Mon Sep 17 00:00:00 2001 From: Ypnose <linuxien@legtux.org> Date: Thu, 29 Aug 2013 00:11:53 +0200 Subject: [PATCH] sic-git: fix CC declared in the Makefile --- srcpkgs/sic-git/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/sic-git/template b/srcpkgs/sic-git/template index 04101e1979..a519682a85 100644 --- a/srcpkgs/sic-git/template +++ b/srcpkgs/sic-git/template @@ -14,7 +14,6 @@ do_fetch() { } do_build() { - sed -i 's/^CC = cc/#CC = cc/g' config.mk make CC=$CC INCS="-I." LIBS= ${makejobs} }