[MacPorts] #40208: tcl needs reinplace on generic/tclInt.h for darwin13 or later
#40208: tcl needs reinplace on generic/tclInt.h for darwin13 or later -----------------------+-------------------------------- Reporter: howarth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: tcl -----------------------+-------------------------------- Since STDC_HEADERS isn't set for builds against libc++ on darwin13, the tcl Portfile needs to add a[[BR]] [[BR]] platform darwin 13 {[[BR]] reinplace "s|typedef int ptrdiff_t|typedef long ptrdiff_t|g" ${worksrcpath}/generic/tclInt.h[[BR]] }[[BR]] [[BR]] to make sure the correct size of ptrdiff_t is used for the x86_64 build. I noticed this issue on fink when[[BR]] debugging regressions in blt. -- Ticket URL: <https://trac.macports.org/ticket/40208> MacPorts <http://www.macports.org/> Ports system for OS X
#40208: tcl needs reinplace on generic/tclInt.h for darwin13 or later ------------------------+-------------------------------- Reporter: howarth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: tcl | ------------------------+-------------------------------- Comment (by howarth@…): Sorry for the noise. Please close as invalid. -- Ticket URL: <https://trac.macports.org/ticket/40208#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40208: tcl needs reinplace on generic/tclInt.h for darwin13 or later ------------------------+-------------------------------- Reporter: howarth@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: invalid | Keywords: Port: tcl | ------------------------+-------------------------------- Changes (by larryv@…): * status: new => closed * cc: mww (removed) * resolution: => invalid Comment: Er, okay. -- Ticket URL: <https://trac.macports.org/ticket/40208#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts