From 0e651eaeeda166f3c883acdbc69621db4ab76522 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 4 Apr 2019 13:08:38 +0200 Subject: [PATCH] Added new Mac ports library directoy --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a9442031..2c9cc32c 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ BINOWNER = root BINGROUP = admin NEED_STRLCPY = CFLAGS += -I/opt/local/include +LIBS += -L/opt/local/lib endif ifeq ($(OSTYPE),FreeBSD)