tabbed-git: update to 20140920
This commit is contained in:
parent
0eaa189000
commit
f2d748e519
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tabbed-git'
|
# Template file for 'tabbed-git'
|
||||||
pkgname=tabbed-git
|
pkgname=tabbed-git
|
||||||
version=20140820
|
version=20140920
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="INCS=-I. LIBS=-lX11"
|
make_build_args="INCS=-I. LIBS=-lX11"
|
||||||
|
@ -24,6 +24,8 @@ pre_build() {
|
||||||
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
|
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
|
||||||
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
|
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
|
||||||
sed -i 's/LDFLAGS =/LDFLAGS +=/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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue