classification
Title: configure.ac change for FreeBSD
Type: feature request
Components: Build Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: asmodai, theller
Priority: Keywords:

Created on 2008-01-14 09:54 by asmodai, last changed 2008-01-14 10:36 by theller.

Files
File name Uploaded Description Edit Remove
patch-Modules-_ctypes-libffi-configure.diff asmodai, 2008-01-14 09:54 Add an amd64 FreeBSD target
Messages
msg59893 (view) Author: Jeroen Ruigrok van der Werven (asmodai) Date: 2008-01-14 09:54
FreeBSD has in its ports currently a change for Modules/_ctypes/libffi/
configure.ac that adds amd64-*-freebsd* next to x86_64. I have attached 
said patch (but updated to be a diff to trunk) and I hope it can be 
changed in trunk to minimize patches in the ports tree.
msg59894 (view) Author: Thomas Heller (theller) Date: 2008-01-14 10:36
Thanks. Committed in trunk as rev. 59952.
History
Date User Action Args
2008-01-14 10:36:59thellersetstatus: open -> closed
versions: + Python 2.6, - Python 2.5
nosy: + theller
messages: + msg59894
assignee: theller
resolution: fixed
2008-01-14 09:54:58asmodaicreate