#22770: apr 1.3.9 causes svn to crash due to incorrect APR_OFF_T_FMT -------------------------------+-------------------------------------------- Reporter: francis@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: devel/apr -------------------------------+-------------------------------------------- apr 1.3.9 defines APR_OFF_T_FMT in apr.h as "lld" when the universal variant is not selected. This causes svn 1.6.5 to crash (see attached reproduce.sh). The attached patch causes APR_OFF_T_FMT to be defined as "ld", which fixes the Subversion crash. -- Ticket URL: <http://trac.macports.org/ticket/22770> MacPorts <http://www.macports.org/> Ports system for Mac OS