Commits

Ryan Schmidt authored 26c634f477d
libgdiplus: Don't create flat-namespace dylib on Yosemite
No tags

devel/libgdiplus/files/yosemite-libtool.patch

Added
1 +Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
2 +--- configure.orig 2012-01-31 11:28:27.000000000 -0600
3 ++++ configure 2017-02-09 09:19:39.000000000 -0600
4 +@@ -7051,7 +7051,7 @@
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 ++ 10.[012][,.]*)
10 + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
11 + 10.*)
12 + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut