Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/groff Disable X11 support in toolchain "groff" build t...



details:   https://anonhg.NetBSD.org/src/rev/c416dccc012e
branches:  trunk
changeset: 588072:c416dccc012e
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Feb 06 23:48:35 2006 +0000

description:
Disable X11 support in toolchain "groff" build to stop it from trying
to install files to "/usr/X11R6". Patch supplied by Thomas Klausner on
current-users mailing list.

diffstat:

 tools/groff/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 95900447e7b4 -r c416dccc012e tools/groff/Makefile
--- a/tools/groff/Makefile      Mon Feb 06 23:47:36 2006 +0000
+++ b/tools/groff/Makefile      Mon Feb 06 23:48:35 2006 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: Makefile,v 1.27 2004/02/06 00:06:53 ross Exp $
+#      $NetBSD: Makefile,v 1.28 2006/02/06 23:48:35 tron Exp $
 
 MODULE=                groff
 
 ALL_TARGET=    src/include all
 MAKE_ARGS=     bindir=${TOOLDIR}/lib/groff MAKEINFO=${TOOL_MAKEINFO:Q} \
                INSTALL_INFO=${TOOL_INSTALL_INFO:Q}
+# we don't need any of the X applications
+CONFIGURE_ARGS+=       --without-x
 
 TMACDIR=       ${TOOLDIR}/share/groff/tmac
 SITETMACDIR=   ${TOOLDIR}/share/groff/site-tmac



Home | Main Index | Thread Index | Old Index