Opened 18 years ago

Closed 18 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)

patchpatch (1.2 KB) - added by andre@… 18 years ago.
Patch to files/patch-Makefile.pre.in that fixes libtool reference

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by andre@…

Attachment: patchpatch added

Patch to files/patch-Makefile.pre.in that fixes libtool reference

comment:1 Changed 18 years ago by andre@…

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.