aboutsummaryrefslogtreecommitdiff
path: root/sysutils/accountsservice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/accountsservice/Makefile')
-rw-r--r--sysutils/accountsservice/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index 3f48d5dc7177..28a760318bf7 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= accountsservice
-PORTVERSION= 0.6.40
+PORTVERSION= 0.6.42
CATEGORIES= sysutils devel
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
@@ -23,6 +23,12 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/
INSTALL_TARGET= install-strip
+# XXX HACK! this file isn't present on the pristine jails of the builders
+# and configure breaks without it. Beter solutions welcome.
+.if defined(PACKAGE_BUILDING)
+CONFIGURE_ENV+= ac_cv_file__var_log_utx_log=yes
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/etc/gdm/custom.conf|${LOCALBASE}/etc/gdm/custom.conf|g' \
${WRKSRC}/src/daemon.c