mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
quark-git: update to 20141213
This commit is contained in:
parent
772f284f36
commit
138fb08226
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'quark-git'
|
# Template file for 'quark-git'
|
||||||
pkgname=quark-git
|
pkgname=quark-git
|
||||||
version=20140919
|
version=20141213
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -18,12 +18,9 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
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|^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
|
||||||
sed -i 's|@strip|@${STRIP}|g' Makefile
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue