diff options
Diffstat (limited to 'media-tv/nxtvepg/files/nxtvepg-2.5.2.patch')
-rw-r--r-- | media-tv/nxtvepg/files/nxtvepg-2.5.2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-tv/nxtvepg/files/nxtvepg-2.5.2.patch b/media-tv/nxtvepg/files/nxtvepg-2.5.2.patch deleted file mode 100644 index 697926044dcd..000000000000 --- a/media-tv/nxtvepg/files/nxtvepg-2.5.2.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile 2003-04-21 00:14:50.000000000 +0200 -+++ Makefile.new 2003-05-09 14:39:11.000000000 +0200 -@@ -92,8 +92,8 @@ - # The database directory can be either in the user's $HOME (or relative to any - # other env variable) or at a global place like /var/spool (world-writable) - # -> uncomment 2 lines below to put the databases in the user's home --#USER_DBDIR = .nxtvdb --#DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" -+USER_DBDIR = .nxtvdb -+DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" - ifndef USER_DBDIR - SYS_DBDIR = /usr/tmp/nxtvdb - DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\" |