updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / vdr-plugin-sc-hg / 01_Makefile-MAXCAID.dpatch
blob4a96cf127bc73c5b56c546fde24485de51aaabc7
1 ## 01_Makefile-MAXCAID.dpatch by VDR Fan <no@mail.ad>
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: set MAXCAID definition to 64
6 @DPATCH@
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
10 @@ -115,7 +115,7 @@
11  endif
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)
15 +MAXCAID = 64
16  ifneq ($(strip $(MAXCAID)),)
17    DEFINES += -DVDR_MAXCAID=$(MAXCAID)
18  endif