pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clisp clisp: fix non-doc build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c5d427e1bd1
branches:  trunk
changeset: 386621:7c5d427e1bd1
user:      nros <nros%pkgsrc.org@localhost>
date:      Wed Oct 12 07:34:18 2022 +0000

description:
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.

diffstat:

 lang/clisp/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d091ce74ec59 -r 7c5d427e1bd1 lang/clisp/options.mk
--- a/lang/clisp/options.mk     Wed Oct 12 01:02:39 2022 +0000
+++ b/lang/clisp/options.mk     Wed Oct 12 07:34:18 2022 +0000
@@ -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 @@
 .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