pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gmake
Module Name: pkgsrc
Committed By: triaxx
Date: Mon Oct 28 10:03:18 UTC 2019
Modified Files:
pkgsrc/devel/gmake: options.mk
Log Message:
gmake: comment the inclusion of gettext-lib/builtin.mk
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/gmake/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/devel/gmake/options.mk
diff -u pkgsrc/devel/gmake/options.mk:1.6 pkgsrc/devel/gmake/options.mk:1.7
--- pkgsrc/devel/gmake/options.mk:1.6 Fri Oct 25 12:36:12 2019
+++ pkgsrc/devel/gmake/options.mk Mon Oct 28 10:03:18 2019
@@ -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 @@ PLIST_VARS+= nls
.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