diff options
Diffstat (limited to 'misc/moviedb/files/patch-ac')
-rw-r--r-- | misc/moviedb/files/patch-ac | 38 |
1 files changed, 10 insertions, 28 deletions
diff --git a/misc/moviedb/files/patch-ac b/misc/moviedb/files/patch-ac index 2344040f5916..8be0c473af2a 100644 --- a/misc/moviedb/files/patch-ac +++ b/misc/moviedb/files/patch-ac @@ -1,28 +1,10 @@ ---- src/moviedb.h.orig Mon Mar 8 14:01:42 1999 -+++ src/moviedb.h Mon Aug 14 22:57:35 2000 -@@ -28,8 +28,8 @@ - #define FSEP '|' - #define MAXZCATARGS 10 - #define MAXLSEEN 65534 --#define MAXTITLES 300000 --#define MAXATTRS 100000 -+#define MAXTITLES 600000 -+#define MAXATTRS 200000 - #define MAXFILMOGRAPHIES 1023 - #define MAXWITHATTRS 4095 - #define MAXTITLERESULTS 4095 -@@ -46,11 +46,11 @@ - #define MAXBUSENTRIES 20000 - #define MAXBIOENTRIES 150000 - #define MAXMRRENTRIES 40000 --#define MAXAKAENTRIES 100000 --#define MAXNAKAENTRIES 50000 -+#define MAXAKAENTRIES 200000 -+#define MAXNAKAENTRIES 100000 - #define MAXTITLEINFO 300000 - #define MAXPOS 255 --#define MAXLINKS 200000 -+#define MAXLINKS 400000 - #define MAXLINKSPERMOVIE 250 - - #ifndef DBDIR +--- dbs/Makefile.orig Mon Mar 8 14:26:31 1999 ++++ dbs/Makefile Tue Aug 15 01:25:10 2000 +@@ -328,6 +328,7 @@ + -[ -s genres.data ] && $(ZDBSCOMPRESS) genres.data + -[ -s keywords.data ] && $(ZDBSCOMPRESS) keywords.data + -[ -s goofs.data ] && $(ZDBSCOMPRESS) goofs.data ++ -[ -s language.data ] && $(ZDBSCOMPRESS) language.data + -[ -s laserdisc.data ] && $(ZDBSCOMPRESS) laserdisc.data + -[ -s literature.data ] && $(ZDBSCOMPRESS) literature.data + -[ -s locations.data ] && $(ZDBSCOMPRESS) locations.data |