From 5a95e46365d039d608801ca89d750a2572bcd3ff Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 29 Jan 2017 13:04:00 +0000 Subject: Fix build by using autoreconf --- x11-wm/lxsession/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index ce2b86b5d2d7..e08456f3d084 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libpolkit-agent-1.so:sysutils/polkit \ libck-connector.so:sysutils/consolekit -USES= gmake localbase pkgconfig tar:xz +USES= autoreconf gmake localbase pkgconfig tar:xz USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 libxslt GNU_CONFIGURE= yes USE_XORG= x11 @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip SUB_FILES= pkg-message CONFIGURE_ARGS= --enable-buildin-clipboard \ - --enable-buildin-polkit + --enable-buildin-polkit OPTIONS_DEFINE= NLS UPOWER OPTIONS_SUB= yes @@ -41,7 +41,7 @@ UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower UPOWER_DESC= Suspend/Hibernate support post-patch: - ${FIND} ${WRKSRC} -type f | ${XARGS} \ + @${FIND} ${WRKSRC} -type f | ${XARGS} \ ${REINPLACE_CMD} -e 's|/etc/xdg|${PREFIX}/etc/xdg|g ;\ s|%%PREFIX%%|${PREFIX}| ;\ s|/usr/bin/pkexec|${PREFIX}/bin/pkexec|g ;\ -- cgit