#! /bin/sh /usr/share/dpatch/dpatch-run ## 90_alcd-1.5.2-fix-INCLUDES.dpatch by Thomas Günther ## http://toms-cafe.de/vdr/download/alcd-1.5.2-fix-INCLUDES.diff ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fixes compilation with VDR >= 1.7.13. @DPATCH@ --- alcd-1.5.2/Makefile +++ alcd-1.5.2/Makefile @@ -41,7 +41,7 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): -INCLUDES = -I$(VDRDIR)/include +INCLUDES += -I$(VDRDIR)/include ### Allow user defined options to overwrite defaults: