summaryrefslogtreecommitdiff
path: root/games-misc/wtf/files
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/wtf/files')
-rw-r--r--games-misc/wtf/files/wtf-20090924-prefix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-misc/wtf/files/wtf-20090924-prefix.patch b/games-misc/wtf/files/wtf-20090924-prefix.patch
new file mode 100644
index 000000000000..87dc6436e086
--- /dev/null
+++ b/games-misc/wtf/files/wtf-20090924-prefix.patch
@@ -0,0 +1,11 @@
+--- wtf.orig 2009-09-27 10:46:12 +0200
++++ wtf 2009-09-27 10:46:57 +0200
+@@ -12,7 +12,7 @@
+ exit 1
+ }
+
+-acronyms=${ACRONYMDB:-`ls /usr/share/misc/acronyms* 2>/dev/null`}
++acronyms=${ACRONYMDB:-`ls "@GENTOO_PORTAGE_EPREFIX@"/usr/share/misc/acronyms* 2>/dev/null`}
+
+ if [ "$acronyms" = "" ]; then
+ echo "$PROGNAME: acronyms database not found!" >&2