vile: fix build with PIE.

This commit is contained in:
Christian Neukirchen 2016-05-14 00:11:09 +02:00
parent 899f7047c0
commit 7075528618

View file

@ -1,7 +1,7 @@
# Template file for 'vile'
pkgname=vile
version=9.8q
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-stripping"
makedepends="ncurses-devel"
@ -11,3 +11,7 @@ license="GPL-2"
homepage="http://invisible-island.net/vile/vile.html"
distfiles="ftp://invisible-island.net/vile/current/vile-${version}.tgz"
checksum=366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307
post_configure() {
sed -i '/^BUILD_/d' makefile
}