mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
unclutter: fix PIE, don't bother with makefile.
This commit is contained in:
parent
13bb2e13cd
commit
d90043834e
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'unclutter'
|
# Template file for 'unclutter'
|
||||||
pkgname=unclutter
|
pkgname=unclutter
|
||||||
version=8
|
version=8
|
||||||
revision=5
|
revision=4
|
||||||
wrksrc=$pkgname
|
wrksrc="$pkgname"
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="A small program for hiding the mouse cursor"
|
short_desc="A small program for hiding the mouse cursor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -12,7 +12,7 @@ distfiles="${DEBIAN_SITE}/main/u/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=dfc0e4f22dd2398f91206e82c2a193a635a7fa5c1e03910db476cb2a8cf4f084
|
checksum=dfc0e4f22dd2398f91206e82c2a193a635a7fa5c1e03910db476cb2a8cf4f084
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
${CC} ${CFLAGS} -o unclutter unclutter.c ${LDFLAGS} -lX11
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue