From f70583a4d8d46fa21351fb54c5d7660bec5e6135 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 14 May 2018 07:58:21 -0400 Subject: [PATCH] fix include path for freebsd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14efbfc..cec4d3a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifeq ($(UNAME),Linux) LIBS += -lrt -lpthread else ifeq ($(UNAME),FreeBSD) FLAGS += -lrt -lpthread - LDFLAGS += -L/usr/local/lib + LDFLAGS += -L/usr/local/lib -L/usr/local/include else # Win32 LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread