json-glib-1.2.8.patch 507 B

123456789101112
  1. diff -Naur a/configure b/configure
  2. --- a/configure 2017-03-18 06:35:39.000000000 -0700
  3. +++ b/configure 2022-01-20 18:35:29.000000000 -0800
  4. @@ -7868,8 +7868,6 @@
  5. case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
  6. 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
  7. _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
  8. - 10.[012][,.]*)
  9. - _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
  10. 10.*)
  11. _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
  12. esac