ports/sysutils/osinfo-db-tools/files/patch-meson.build
Roman Bogorodskiy c1ee6c7e4b 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.
2019-12-08 11:44:24 +00:00

11 lines
401 B
Text

--- 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 = [