mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
Major change in this version is switching to the meson build system. NLS is no longer conditional, so remove the option.
11 lines
401 B
Text
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 = [
|