From 138fb08226395b6c1929ebe3af905f41afc50f39 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 13 Dec 2014 19:46:05 +0000 Subject: [PATCH] quark-git: update to 20141213 --- srcpkgs/quark-git/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/quark-git/template b/srcpkgs/quark-git/template index 8d510a74a55..9b7016f31dc 100644 --- a/srcpkgs/quark-git/template +++ b/srcpkgs/quark-git/template @@ -1,6 +1,6 @@ # Template file for 'quark-git' pkgname=quark-git -version=20140919 +version=20141213 revision=1 build_style=gnu-makefile hostmakedepends="git" @@ -18,12 +18,9 @@ do_fetch() { } pre_build() { - sed -i 's| -I/usr/include||g' config.mk - sed -i 's| -L/usr/lib||g' config.mk sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk - sed -i 's|@strip|@${STRIP}|g' Makefile } post_install() {