--- mk/Variables.mk.orig 2016-07-26 15:26:23.000000000 +0200
+++ mk/Variables.mk 2016-07-26 15:26:51.000000000 +0200
INSTALL_DIR := $(INSTALL) -d
+CFLAGS ?= $(EXTRA_CFLAGS)
CFLAGS += -Wall -Wmissing-prototypes -Wstrict-prototypes \
CXXFLAGS += -Wall -Wpointer-arith -Wunused
-# add /usr/local to the search path if something is in there ...
-ifneq ($(wildcard /usr/local/include/*.h),)
- CFLAGS += -I/usr/local/include
- LDFLAGS += -L/usr/local/$(LIB)
# fixup include path for $(srcdir) != "."
CFLAGS += -I. -I$(srcdir)