--- mk/Variables.mk.old	2017-02-27 11:24:26.000000000 +0100
+++ mk/Variables.mk	2019-04-23 08:24:44.000000000 +0200
@@ -42,12 +42,6 @@ CFLAGS		+= -Wall -Wmissing-prototypes -W
 		   -Wpointer-arith -Wunused
 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)
-endif
-
 # fixup include path for $(srcdir) != "."
 ifneq ($(srcdir),.)
   CFLAGS  += -I. -I$(srcdir)
