summaryrefslogtreecommitdiff
path: root/net/tigervnc/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2017-12-04 19:46:34 +0000
committerbouyer <bouyer@pkgsrc.org>2017-12-04 19:46:34 +0000
commitec571c40f6559380ab735df57c7721092ef54543 (patch)
tree45c7c95c0426dca33527e13646e8a9f3900b49fb /net/tigervnc/Makefile
parentf59acb7bbb4cadf01005c93ab56cdb4cf80ab0ee (diff)
downloadpkgsrc-ec571c40f6559380ab735df57c7721092ef54543.tar.gz
Make sure aclocal will search in $X11BASE/share/aclocal/, fix build
with native Xorg on netbsd-8.
Diffstat (limited to 'net/tigervnc/Makefile')
-rw-r--r--net/tigervnc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index 3dcbbd93dbb..9cd8162793f 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/09/13 08:33:03 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/12/04 19:46:34 bouyer Exp $
DISTNAME= tigervnc-1.8.0
CATEGORIES= net
@@ -65,7 +65,9 @@ XORG_CONFIGURE_ARGS+= --with-xkb-bin-directory=${X11BASE}/bin
.endif
pre-configure:
- cd ${WRKSRC}/unix/xserver && autoreconf -fvi && \
+ cd ${WRKSRC}/unix/xserver && \
+ ${PKGSRC_SETENV} ACLOCAL_PATH=${X11BASE}/share/aclocal \
+ autoreconf -fvi && \
${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} CONFIG_SHELL=${BASH} \
${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} \
./configure ${XORG_CONFIGURE_ARGS}