[MacPorts] #24067: zlib 1.2.4 causes build failures because off64_t is not defined on Mac OS X

MacPorts noreply at macports.org
Wed Mar 17 14:47:57 PDT 2010


#24067: zlib 1.2.4 causes build failures because off64_t is not defined on Mac OS X
--------------------------------+-------------------------------------------
 Reporter:  gellule.xg@…        |       Owner:  ryandesign@…           
     Type:  defect              |      Status:  assigned               
 Priority:  Normal              |   Milestone:                         
Component:  ports               |     Version:                         
 Keywords:                      |        Port:  zlib                   
--------------------------------+-------------------------------------------

Comment(by msm@…):

 would it be worth it to replicate the original typedef to ensure the size
 of the container?

 e.g. the define line would become

 {{{
  +#  ifdef __APPLE__
  +typedef int64_t off64_t
  +#  endif
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/24067#comment:29>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list