mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
spectrwm: fix libswmhack.so preloading
This commit is contained in:
parent
3c17a6ef68
commit
d09ad6f281
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spectrwm'
|
# Template file for 'spectrwm'
|
||||||
pkgname=spectrwm
|
pkgname=spectrwm
|
||||||
version=2.7.2
|
version=2.7.2
|
||||||
revision=1
|
revision=2
|
||||||
_distname=SPECTRWM_2_7_2
|
_distname=SPECTRWM_2_7_2
|
||||||
wrksrc="spectrwm-${_distname}"
|
wrksrc="spectrwm-${_distname}"
|
||||||
short_desc="A small dynamic tiling window manager for X11"
|
short_desc="A small dynamic tiling window manager for X11"
|
||||||
|
@ -19,7 +19,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
cd linux
|
cd linux
|
||||||
make COLOR=0 CC=$CC LD=$LD CFLAGS="$CFLAGS -std=c99"
|
make COLOR=0 CC=$CC LD=$LD CFLAGS="$CFLAGS -std=c99" PREFIX=/usr
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
cd linux
|
cd linux
|
||||||
|
|
Loading…
Add table
Reference in a new issue