Re: [MacPorts] #13201: dpkg fails to build on Mac OS X 10.5 Leopard
#13201: dpkg fails to build on Mac OS X 10.5 Leopard --------------------------------+------------------------------------------- Reporter: terry@shebiki.org | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by terry@shebiki.org): There is a bit of code in start-stop-daemon.c that reads: {{{ #include <kvm.h> }}} If you wrap the kvm.h include as follows, then it seems to compile and run fine. {{{ #if !defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) # include <kvm.h> #endif }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13201#comment:3> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts