From 3b4cd98498d253d7e3d0116ce8da913d56a1f234 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Tue, 19 May 2020 17:57:56 +0200 Subject: add local include paths for DronFlyBSD --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 34539cec..fbcc53de 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -94,6 +94,11 @@ ifeq "$(shell uname -s)" "FreeBSD" LDFLAGS += -L /usr/local/lib/ endif +ifeq "$(shell uname -s)" "DragonFly" + override CFLAGS += -I /usr/local/include/ + LDFLAGS += -L /usr/local/lib/ +endif + ifeq "$(shell uname -s)" "OpenBSD" override CFLAGS += -I /usr/local/include/ LDFLAGS += -L /usr/local/lib/ -- cgit 1.4.1