pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/clisp



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Oct 12 07:34:18 UTC 2022

Modified Files:
        pkgsrc/lang/clisp: options.mk

Log Message:
clisp: fix non-doc build

If the doc option is turned off and
groff is installed, the build system
picks it up and creates ps files
breaking the PLIST.
Make sure that groff is suppressed
when the doc option is disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/clisp/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/clisp/options.mk
diff -u pkgsrc/lang/clisp/options.mk:1.13 pkgsrc/lang/clisp/options.mk:1.14
--- pkgsrc/lang/clisp/options.mk:1.13   Sun Sep 10 20:03:49 2017
+++ pkgsrc/lang/clisp/options.mk        Wed Oct 12 07:34:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2017/09/10 20:03:49 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2022/10/12 07:34:18 nros Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.clisp
 
@@ -47,6 +47,7 @@ USE_TOOLS+=           dvipdf groff
 .else
 # suppress generation of printable documentation
 CONFIGURE_ENV+=                PS2PDF= ac_cv_prog_PS2PDF=
+CONFIGURE_ENV+=                ac_cv_prog_GROFF=
 .endif
 
 



Home | Main Index | Thread Index | Old Index