pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/glib2
Module Name: pkgsrc
Committed By: joerg
Date: Fri Feb 11 00:37:55 UTC 2022
Modified Files:
pkgsrc/devel/glib2: Makefile.common
Log Message:
Explicitly require xgettext as well as msgfmt. At least on SLE, they are
shipped in different packages.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/glib2/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.97 pkgsrc/devel/glib2/Makefile.common:1.98
--- pkgsrc/devel/glib2/Makefile.common:1.97 Tue Dec 7 10:07:05 2021
+++ pkgsrc/devel/glib2/Makefile.common Fri Feb 11 00:37:55 2022
@@ -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 @@ HOMEPAGE= https://developer.gnome.org/gl
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