summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch')
-rw-r--r--x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch13
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)\"