pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/glib2 Explicitly require xgettext as well as msg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7245a9bbf6b3
branches: trunk
changeset: 373297:7245a9bbf6b3
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Feb 11 00:37:55 2022 +0000
description:
Explicitly require xgettext as well as msgfmt. At least on SLE, they are
shipped in different packages.
diffstat:
devel/glib2/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f1f21ab81783 -r 7245a9bbf6b3 devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common Thu Feb 10 22:03:29 2022 +0000
+++ b/devel/glib2/Makefile.common Fri Feb 11 00:37:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.97 2021/12/07 10:07:05 adam Exp $
+# $NetBSD: Makefile.common,v 1.98 2022/02/11 00:37:55 joerg Exp $
# used by devel/gdbus-codegen/Makefile
# used by devel/glib2/Makefile
# used by devel/glib2-tools/Makefile
@@ -13,7 +13,7 @@
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++ c99
-USE_TOOLS+= msgfmt pkg-config
+USE_TOOLS+= msgfmt pkg-config xgettext
# does snprintf %d with pid_t...
BUILDLINK_TRANSFORM+= rm:-Werror=format=2
Home |
Main Index |
Thread Index |
Old Index