diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-17 12:32:27 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-17 12:32:27 +0000 |
commit | 75ad82dd72b91a8995b3b4f1079671c0959a41fb (patch) | |
tree | b10df4c015cf0aae2cf0f480013e46d50b68d439 /media-tv/nxtvepg/files | |
parent | Version bump, little changes. (diff) | |
download | historical-75ad82dd72b91a8995b3b4f1079671c0959a41fb.tar.gz historical-75ad82dd72b91a8995b3b4f1079671c0959a41fb.tar.bz2 historical-75ad82dd72b91a8995b3b4f1079671c0959a41fb.zip |
Version bump, little changes.
Diffstat (limited to 'media-tv/nxtvepg/files')
-rw-r--r-- | media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 | 1 | ||||
-rw-r--r-- | media-tv/nxtvepg/files/nxtvepg-2.6.0.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 b/media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 new file mode 100644 index 000000000000..e4fb2eeda310 --- /dev/null +++ b/media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 @@ -0,0 +1 @@ +MD5 9d7efd6b19f95274c002f19b92bcd9da nxtvepg-2.6.0.tar.gz 1129008 diff --git a/media-tv/nxtvepg/files/nxtvepg-2.6.0.patch b/media-tv/nxtvepg/files/nxtvepg-2.6.0.patch new file mode 100644 index 000000000000..697926044dcd --- /dev/null +++ b/media-tv/nxtvepg/files/nxtvepg-2.6.0.patch @@ -0,0 +1,13 @@ +--- 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)\" |