#17960: curl: build failure when building universal for i386 ppc x86_64 ppc64 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: curl -------------------------------------+-------------------------------------- Comment(by ryandesign@…): Thanks. Looks like those patches are for curl 7.16.3, which has defines for SIZEOF_CURL_OFF_T, SIZEOF_LONG, SIZEOF_SIZE_T, and SIZEOF_TIME_T, and Apple changed all of these except for SIZEOF_CURL_OFF_T. In MacPorts we have curl 7.19.2 which has defines for SIZEOF_INT, SIZEOF_LONG, SIZEOF_OFF_T, SIZEOF_SIZE_T, SIZEOF_TIME_T, and SIZEOF_VOIDP. I suppose I should try again to change all of these except SIZEOF_CURL_OFF_T and see what happens. Apple also seems to have other patches unrelated to this. I'll have to investigate whether we want those too. -- Ticket URL: <http://trac.macports.org/ticket/17960#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS