From c1ee6c7e4baa799f81907cbc24ebb9a5228d9d64 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 8 Dec 2019 11:44:24 +0000 Subject: sysutils/osinfo-db-tools: update to 1.7.0 Major change in this version is switching to the meson build system. NLS is no longer conditional, so remove the option. --- sysutils/osinfo-db-tools/files/patch-meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/osinfo-db-tools/files/patch-meson.build (limited to 'sysutils/osinfo-db-tools/files/patch-meson.build') diff --git a/sysutils/osinfo-db-tools/files/patch-meson.build b/sysutils/osinfo-db-tools/files/patch-meson.build new file mode 100644 index 000000000000..e79b14d35713 --- /dev/null +++ b/sysutils/osinfo-db-tools/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2019-12-08 05:53:25 UTC ++++ meson.build +@@ -76,7 +76,7 @@ osinfo_db_tools_cflags += [ + ] + + # gettext package name +-osinfo_db_tools_cflags += ['-DGETTEXT_PACKAGE="0"'.format(meson.project_name())] ++osinfo_db_tools_cflags += ['-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())] + + # cflags to check whether the compiler supports them or not + osinfo_db_tools_check_cflags = [ -- cgit v1.2.3