3269 | | verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" |
| 3269 | # MacPorts: Older versions of Mac OS X use -dylib_compatibility_version |
| 3270 | # and -dylib_current_version. Current releases still accept |
| 3271 | # these. If anyone can figure out when the change was made, |
| 3272 | # feel free to add a conditional to check for that. |
| 3273 | verstring="${wl}-dylib_compatibility_version ${wl}$minor_current ${wl}-dylib_current_version ${wl}$minor_current.$revision" |