[Patches] [ python-Patches-850977 ] Modify Setup.py to Detect
Tcl/Tk on BSD
SourceForge.net
noreply at sourceforge.net
Sun Mar 21 14:06:06 EST 2004
Patches item #850977, was opened at 2003-11-28 19:19
Message generated for change (Comment added) made by akuchling
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=850977&group_id=5470
Category: Build
>Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Kurt B. Kaiser (kbk)
Assigned to: A.M. Kuchling (akuchling)
Summary: Modify Setup.py to Detect Tcl/Tk on BSD
Initial Comment:
FreeBSD and OpenBSD set up libs as .../libtcl83 but
includes as .../include/tcl8.3
Patch allows detection on OpenBSD w/o the use of
Modules/Setup.local as is currently done in the port,
also allows easier Python development on that platform
(build w/o using ports). This is just an enhancement
of the Debian detection method.
Tested on OpenBSD and Linux.
Assigning to Andrew for review, he's the last to work on
this section of the code.
Backport 2.3 candidate?
----------------------------------------------------------------------
>Comment By: A.M. Kuchling (akuchling)
Date: 2004-03-21 14:06
Message:
Logged In: YES
user_id=11375
Looks reasonable; applying to 2.4.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=850977&group_id=5470
More information about the Patches
mailing list