st-git: update to 20140920
This commit is contained in:
parent
251387705d
commit
0407073eb1
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'st-git'
|
||||
pkgname=st-git
|
||||
version=20140820
|
||||
version=20140920
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
provides="st-${version}_${revision}"
|
||||
|
@ -23,6 +23,8 @@ pre_build() {
|
|||
sed -i 's|Liberation Mono|Terminus|g' config.def.h
|
||||
sed -i 's|-I/usr/include||g' config.mk
|
||||
sed -i 's|-L/usr/lib||g' config.mk
|
||||
# Remove a warning
|
||||
sed -i 's|-D_BSD_SOURCE|-D_DEFAULT_SOURCE|g' config.mk
|
||||
# We will use tic after install. See INSTALL.
|
||||
sed -i 's|@tic -s st.info||g' Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue