From e996e148f38b9603e634517128cd0a4d5eb4eb94 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Sun, 27 Sep 2020 12:41:14 +0200 Subject: FreeBSD fixes (#7295) * psixptty: Fix for FreeBSD We need to check for __FreeBSD__ not __FreeBSD_kernel__ * FreeBSD: Use gl includes from pkg-config FreeBSD doesn't install the includes from 3rdparty software in a default location so use pkg-config to get the correct path. * FreeBSD: genieos is named simple bsd --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cfd82733a69..7b34306e082 100644 --- a/makefile +++ b/makefile @@ -196,7 +196,7 @@ GENIEOS := solaris endif ifeq ($(firstword $(filter FreeBSD,$(UNAME))),FreeBSD) OS := freebsd -GENIEOS := freebsd +GENIEOS := bsd endif ifeq ($(firstword $(filter GNU/kFreeBSD,$(UNAME))),GNU/kFreeBSD) OS := freebsd -- cgit v1.2.3-70-g09d2