[MacPorts] #40208: tcl needs reinplace on generic/tclInt.h for darwin13 or later

MacPorts noreply at macports.org
Wed Aug 21 12:03:11 PDT 2013


#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


More information about the macports-tickets mailing list