diff options
Diffstat (limited to 'graphics/gimp3-app/files/patch-meson.build')
-rw-r--r-- | graphics/gimp3-app/files/patch-meson.build | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/graphics/gimp3-app/files/patch-meson.build b/graphics/gimp3-app/files/patch-meson.build index 7c786ab3116a..aaace2316a23 100644 --- a/graphics/gimp3-app/files/patch-meson.build +++ b/graphics/gimp3-app/files/patch-meson.build @@ -1,6 +1,16 @@ ---- meson.build.orig 2025-05-17 22:51:03 UTC +--- meson.build.orig 2025-10-05 17:14:02 UTC +++ meson.build -@@ -1208,7 +1208,7 @@ if have_lua +@@ -168,7 +168,8 @@ platform_linux = ( + message('Host os: ' + host_os) + + platform_linux = ( +- host_os.contains('linux') ++ host_os.contains('linux') or ++ host_os.contains('bsd') + ) + + platform_windows = ( +@@ -1127,7 +1128,7 @@ if have_lua if have_lua have_lua_lgi = false @@ -9,7 +19,7 @@ lua = find_program(lua_bin, required: false) if lua.found() and meson.can_run_host_binaries() -@@ -1247,7 +1247,7 @@ if have_lua +@@ -1166,7 +1167,7 @@ if have_lua if is_supported_lua have_lua_lgi = run_command(lua, '-e', ''' |