# Template build file for 'sessreg'.
pkgname=sessreg
version=1.1.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel"
short_desc="Manage utmp/wtmp entries for xdm"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Orphaned <orphan@voidlinux.org>"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=4e85b52f4f65a93449753bfb00ceb5d77f3317e24d07dc23147f2f116c785350

case "$XBPS_TARGET_MACHINE" in
	*-musl)
		# musl does not define _WTMPX_FILE, use WTMP_FILE instead.
		CFLAGS="-D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP"
		# musl does not define _UTMPX_FILE, use UTMP_FILE instead.
		CFLAGS+=" -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP"
		;;
esac

post_install() {
	vlicense COPYING
}
