pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmake gmake: fix misuse of variables from bsd.bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d82ea32b06f1
branches:  trunk
changeset: 342521:d82ea32b06f1
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Mon Oct 21 06:33:11 2019 +0000

description:
gmake: fix misuse of variables from bsd.builtin.mk

pkgsrc changes:
---------------
- Replace PREFER.gettext=native (that does not work) by USE_BUILTIN.gettext.

diffstat:

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

diffs (18 lines):

diff -r dcac690d25a9 -r d82ea32b06f1 devel/gmake/options.mk
--- a/devel/gmake/options.mk    Sun Oct 20 22:31:05 2019 +0000
+++ b/devel/gmake/options.mk    Mon Oct 21 06:33:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/10/20 16:29:42 triaxx Exp $
+# $NetBSD: options.mk,v 1.5 2019/10/21 06:33:11 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gmake
 PKG_SUPPORTED_OPTIONS= nls
@@ -12,7 +12,7 @@
     !empty(IS_BUILTIN.gettext:M[yY][eE][sS])
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt
-PREFER.gettext=                native
+USE_BUILTIN.gettext=   yes
 .  include "../../devel/gettext-lib/buildlink3.mk"
 PLIST.nls=             yes
 .else



Home | Main Index | Thread Index | Old Index