echo 'Creating brew-patch.diff' cat << EOF >> brew-patch.diff diff --git a/meson.build b/meson.build index cee6389..50808cf 100644 --- a/meson.build +++ b/meson.build @@ -145,14 +145,6 @@ if host_system == 'linux' endforeach endif -# Maintain compatibility with autotools -if host_system == 'darwin' - common_ldflags += [ - '-compatibility_version 1', - '-current_version @0@.@1@'.format(json_binary_age - json_interface_age, json_interface_age), - ] -endif - root_dir = include_directories('.') gnome = import('gnome') EOF