diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-09 12:53:28 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-09 12:53:28 +0000 |
commit | 205358aaa4f3e33f5286ee9d7e7d18749a2f2b15 (patch) | |
tree | 4b54bf290f6824ba47d15d572c89eb1b37c1a78f /x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch | |
parent | Initial import, closing bug 20683 (diff) | |
download | gentoo-2-205358aaa4f3e33f5286ee9d7e7d18749a2f2b15.tar.gz gentoo-2-205358aaa4f3e33f5286ee9d7e7d18749a2f2b15.tar.bz2 gentoo-2-205358aaa4f3e33f5286ee9d7e7d18749a2f2b15.zip |
Initial import, closing bug 20683
Diffstat (limited to 'x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch')
-rw-r--r-- | x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch b/x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch new file mode 100644 index 000000000000..697926044dcd --- /dev/null +++ b/x11-misc/nxtvepg/files/nxtvepg-2.5.1.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)\" |