pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tigervnc
Module Name: pkgsrc
Committed By: bouyer
Date: Mon Dec 4 19:46:34 UTC 2017
Modified Files:
pkgsrc/net/tigervnc: Makefile
Log Message:
Make sure aclocal will search in $X11BASE/share/aclocal/, fix build
with native Xorg on netbsd-8.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/tigervnc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tigervnc/Makefile
diff -u pkgsrc/net/tigervnc/Makefile:1.18 pkgsrc/net/tigervnc/Makefile:1.19
--- pkgsrc/net/tigervnc/Makefile:1.18 Wed Sep 13 08:33:03 2017
+++ pkgsrc/net/tigervnc/Makefile Mon Dec 4 19:46:34 2017
@@ -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-dir
.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}
Home |
Main Index |
Thread Index |
Old Index