diff --git a/Makefile b/Makefile index 2acc7ab6a6..44d029c680 100644 --- a/Makefile +++ b/Makefile @@ -221,7 +221,7 @@ ifeq ($(AST_DEVMODE),yes) endif ifneq ($(findstring BSD,$(OSARCH)),) - _ASTCFLAGS+=-I/usr/local/include + _ASTCFLAGS+=-isystem /usr/local/include _ASTLDFLAGS+=-L/usr/local/lib endif