New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/23403#issuecomment-653996843 Comment: that said, there is nothing wrong with the configure script, as this template works just fine ``` # Template file for 'Xdialog' pkgname=Xdialog version=2.3.1 revision=8 build_style=gnu-configure configure_args="--with-gtk2" hostmakedepends="pkg-config gettext" makedepends="gtk+-devel" short_desc="Xorg Replacement for dialog" maintainer="ThatGeekyWeeb " license="GPL-2.0-or-later" homepage="http://Xdialog.free.fr" distfiles="http://xdialog.free.fr/${pkgname}-${version}.tar.bz2" checksum=1d446899697145fc36623d8afdd274066177da9383a6b619c18e8eb1b2ba589a ``` but also, since it needs gtk2, this will not be accepted, use `zenity`