diff --git a/client/Makefile b/client/Makefile index c918fcb2e..afb06c871 100644 --- a/client/Makefile +++ b/client/Makefile @@ -41,7 +41,7 @@ ifneq (,$(findstring MINGW,$(platform))) endif else ifeq ($(platform),Darwin) - LDLIBS -= -L/usr/local/lib + 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) MOC = $(shell pkg-config --variable=moc_location QtCore)