diff --git a/srcpkgs/tabbed-git/template b/srcpkgs/tabbed-git/template index a80c0242eb..502df95e5f 100644 --- a/srcpkgs/tabbed-git/template +++ b/srcpkgs/tabbed-git/template @@ -1,6 +1,6 @@ # Template file for 'tabbed-git' pkgname=tabbed-git -version=20140820 +version=20140920 revision=1 build_style=gnu-makefile make_build_args="INCS=-I. LIBS=-lX11" @@ -24,6 +24,8 @@ pre_build() { sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk + # Remove BSD_SOURCE warning + sed -i 's/-D_BSD_SOURCE/-D_DEFAULT_SOURCE/g' config.mk } post_install() {