From 0fa87186cfb497dca1e086ad679781bb9b87d7f6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 6 May 2016 19:01:33 +0200 Subject: [PATCH] CHG: hardnested needs malloc.h, which on Darvin (Mac OS X) needs a path to. --- client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Makefile b/client/Makefile index f79d7698..05793685 100644 --- a/client/Makefile +++ b/client/Makefile @@ -41,6 +41,7 @@ ifneq (,$(findstring MINGW,$(platform))) endif else ifeq ($(platform),Darwin) + CFLAGS += -I/usr/include/malloc/ LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3 QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null) -- 2.39.2