diff --unidirectional-new-file -ru -x PortIndex ports.orig/lang/python25/files/patch-Makefile.pre.in.diff ports/lang/python25/files/patch-Makefile.pre.in.diff
old
|
new
|
|
9 | 9 | + -all_load $(LIBRARY) -single_module \ |
10 | 10 | + -install_name $(LIBDIR)/$@ \ |
11 | 11 | + -compatibility_version $(VERSION) \ |
12 | | + -current_version $(VERSION) -lSystem -lSystemStubs $(LDFLAGS) |
| 12 | + -current_version $(VERSION) -lSystem -lSystemStubs |
13 | 13 | + |
14 | 14 | # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary |
15 | 15 | # minimal framework (not including the Lib directory and such) in the current |