From 137d10aa6e7fae688c5870cfe778d7a096651ee5 Mon Sep 17 00:00:00 2001 From: Landon Fuller Date: Fri, 7 Nov 2014 16:46:07 -0700 Subject: [PATCH] Define HAVE_DARWIN_LIBPROC on Darwin. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 651aeac..f404454 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,6 +45,7 @@ DEBUG_CFLAGS?= -g ### Mac OS X header selection ifeq ($(shell uname),Darwin) +FEATURES+= -DHAVE_DARWIN_LIBPROC XNU_VERSION?= $(shell uname -a|sed 's/^.*root:xnu-//g'|sed 's/~.*$$//') OSX_VERSION?= $(shell sw_vers -productVersion) ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)