summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-11-28 01:29:08 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-11-28 01:29:08 +0000
commit15eb31b9a192f9cc5b05b258efb8a62c069fc084 (patch)
treefc39847333387407a78775bafd4cbcce4a165dd9 /textproc
parent354727f49e7f45e6df470e47a18646d5f767a03a (diff)
downloadpkgsrc-15eb31b9a192f9cc5b05b258efb8a62c069fc084.tar.gz
openjade: tweak a comment
Diffstat (limited to 'textproc')
-rw-r--r--textproc/openjade/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index bb0559abedd..c78f91da8dd 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/08/31 18:11:44 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2020/11/28 01:29:08 gutteridge Exp $
DISTNAME= openjade-1.3.2
PKGREVISION= 18
@@ -36,8 +36,8 @@ INSTALL_TARGET= install install-man
#
# Because of code in openjade that does not conform to standards, some
# versions of gcc produce an openjade binary that segfaults. Examples
-# are building postgresql95-docs (gcc version ?) and building the
-# pkgsrc guide (gcc 7 and 8 on NetBSD/amd).
+# are building postgresql95-docs (gcc version >=6) and building the
+# pkgsrc guide (gcc 7 and 8 on NetBSD/amd64).
#
# Bug report about openjade built with gcc crashing for postgresql
# https://bugzilla.redhat.com/show_bug.cgi?id=1306162