Ticket #650: configure_darwin_ldextra_like_freebsd.patch
| File configure_darwin_ldextra_like_freebsd.patch, 264 bytes (added by , 20 years ago) |
|---|
-
(a) configure_orig vs. (b) configure
a b 654 654 _ldd=ldd 655 655 if darwin; then 656 656 _ldd="otool -L" 657 _ld_extra="$_ld_extra -L/usr/local/lib" 658 _inc_extra="$_inc_extra -I/usr/local/include" 657 659 fi 658 660 659 661 if aix ; then
