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 21 06:33:11 UTC 2019

Modified Files:
        pkgsrc/devel/gmake: options.mk

Log Message:
gmake: fix misuse of variables from bsd.builtin.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/gmake/options.mk:1.5
--- pkgsrc/devel/gmake/options.mk:1.4   Sun Oct 20 16:29:42 2019
+++ pkgsrc/devel/gmake/options.mk       Mon Oct 21 06:33:11 2019
@@ -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 @@ PLIST_VARS+=          nls
     !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