mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
herbstluftwm: get rid of unnecessary cross workarounds.
This commit is contained in:
parent
35eff1dcf2
commit
4bd0dd0550
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'herbstluftwm'
|
# Template file for 'herbstluftwm'
|
||||||
pkgname=herbstluftwm
|
pkgname=herbstluftwm
|
||||||
version=0.6.2
|
version=0.6.2
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXinerama-devel libglib-devel"
|
makedepends="libXinerama-devel libglib-devel"
|
||||||
conf_files="/etc/xdg/${pkgname}/autostart"
|
conf_files="/etc/xdg/${pkgname}/autostart"
|
||||||
|
@ -12,9 +12,6 @@ homepage="http://herbstluftwm.org"
|
||||||
distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
|
distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a89f5c397aee7f1aa3b39dd53bc67e282679f02f1c0bf3c33c41a608e217f0ac
|
checksum=a89f5c397aee7f1aa3b39dd53bc67e282679f02f1c0bf3c33c41a608e217f0ac
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
sed -e 's,-I/usr/include,,g' -i config.mk
|
|
||||||
}
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make COLOR=0 CC=$CC LD=$CC CFLAGS="$CFLAGS -std=c99"
|
make COLOR=0 CC=$CC LD=$CC CFLAGS="$CFLAGS -std=c99"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue