#35914: subversion-perlbindings-5.12 configure fails to find Berkeley DB -------------------------------------+-------------------------------------- Reporter: mina.macports@… | Owner: dluke@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: subversion-perlbindings -------------------------------------+-------------------------------------- Comment(by dluke@…): well it does build find on my ML system without that change. apu_want.h should pull in the correct db.h (since APU_HAVE_DB is defined before including it). Does your apr-util port have an api_want.h installed that has a section that looks like this? {{{ #ifdef APU_WANT_DB #if APU_HAVE_DB #include <db46/db.h> #endif #undef APU_WANT_DB #endif }}} -- Ticket URL: <https://trac.macports.org/ticket/35914#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS