--- mk/Variables.mk.old	2015-07-27 14:08:57.000000000 +0200
+++ mk/Variables.mk	2016-02-25 00:10:17.000000000 +0100
@@ -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)