pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmake gmake: comment the inclusion of gettext-li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af7f444c1cd8
branches:  trunk
changeset: 416625:af7f444c1cd8
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Mon Oct 28 10:03:18 2019 +0000

description:
gmake: comment the inclusion of gettext-lib/builtin.mk

diffstat:

 devel/gmake/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dac04f92c45f -r af7f444c1cd8 devel/gmake/options.mk
--- a/devel/gmake/options.mk    Mon Oct 28 09:47:22 2019 +0000
+++ b/devel/gmake/options.mk    Mon Oct 28 10:03:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2019/10/25 12:36:12 triaxx Exp $
+# $NetBSD: options.mk,v 1.7 2019/10/28 10:03:18 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gmake
 PKG_SUPPORTED_OPTIONS= nls
@@ -8,6 +8,8 @@
 
 .include "../../mk/bsd.options.mk"
 
+# Build NLS support only if a native implementation of gettext is available
+# to avoid a circular dependency (gmake->gettext-tools->ncurses->gmake).
 .include "../../devel/gettext-lib/builtin.mk"
 .if !empty(PKG_OPTIONS:Mnls) && \
     !empty(IS_BUILTIN.gettext:M[yY][eE][sS])



Home | Main Index | Thread Index | Old Index