1 ## 01_Makefile-MAXCAID.dpatch by VDR Fan <no@mail.ad>
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: set MAXCAID definition to 64
7 diff -urNad vdr-plugin-sc-9~hgbuild~/Makefile vdr-plugin-sc-9~hgbuild/Makefile
8 --- vdr-plugin-sc-9~hgbuild~/build/Makefile 2008-04-19 17:17:09.000000000 +0200
9 +++ vdr-plugin-sc-9~hgbuild/build/Makefile 2008-04-19 17:25:27.000000000 +0200
13 # max number of CAIDs per slot
14 -MAXCAID := $(shell sed -ne '/define MAXCASYSTEMIDS/ s/^.[a-zA-Z ]*\([0-9]*\).*$$/\1/p' $(VDRDIR)/ci.c)
16 ifneq ($(strip $(MAXCAID)),)
17 DEFINES += -DVDR_MAXCAID=$(MAXCAID)