Opened 19 years ago
Closed 19 years ago
#6636 closed defect (invalid)
BUG: Python24 Makefile.pre.in libtool
Reported by: | andre@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
The Python24 Makefile.pre.in makes reference to libtool, using command line arguments specific to Apple's version of libtool (/usr/bin/libtool). For people (myself included) who have set their paths to have /opt/local/bin ahead of /usr/bin (giving preference), this results in the python24 build breaking during install. The attached patch modifies files/patch-Makefile.pre.in so that the reference to libtool is a reference to /usr/bin/libtool so that it's independent of path.
Attachments (1)
Change History (2)
Changed 19 years ago by andre@…
Attachment: | patchpatch added |
---|
comment:1 Changed 19 years ago by andre@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to files/patch-Makefile.pre.in that fixes libtool reference