Bug 67515 - [PATCH] lang/python: [${CC} friendly to other ports]
Summary: [PATCH] lang/python: [${CC} friendly to other ports]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 06:40 UTC by Michael Johnson
Modified: 2004-06-04 06:22 UTC (History)
1 user (show)

See Also:


Attachments
python-2.3.4.patch (572 bytes, patch)
2004-06-03 06:40 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-06-03 06:40:18 UTC
- Make ${CC} friendly to other ports.

this patch doesn't change the way python builds at all, but some ports 
(ie. x11-toolkits/py-wxPython) use the python Makefile in ${LOCALBASE}/lib/python-*/config/Makefile 
and if you use ccache, distcc, etc linking libs does not work correctly

Port maintainer (perky@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50

How-To-Repeat: 
install devel/ccache
install lang/python with CC="ccache cc"
build x11-toolkits/py-wxPython
(a few other ports also don't link correctly)
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-06-03 13:02:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer.
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2004-06-04 06:20:08 UTC
State Changed
From-To: open->closed

Fixed. Thank you!