summaryrefslogtreecommitdiff
path: root/audio/xmms-funtimedancer/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-funtimedancer/patches/patch-ab')
-rw-r--r--audio/xmms-funtimedancer/patches/patch-ab25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/xmms-funtimedancer/patches/patch-ab b/audio/xmms-funtimedancer/patches/patch-ab
new file mode 100644
index 00000000000..bd27440a1da
--- /dev/null
+++ b/audio/xmms-funtimedancer/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $
+
+--- FunTimeDancer.c.orig 2003-02-02 20:33:42.000000000 +0000
++++ FunTimeDancer.c 2003-02-02 20:35:10.000000000 +0000
+@@ -150,11 +150,20 @@
+ }
+
+ void get_base_dirname(void) {
++#if 1
++ /*
++ **
++ ** Search for bitmaps in the system dirs on all platforms
++ **
++ */
++ strcpy(base_dirname, PREFIX "/lib/xmms/Visualization/FunTimeDancer");
++#else
+ gchar *home_dirname; // glib allocates it, we just point to it
+
+ home_dirname = g_get_home_dir();
+ strcpy(base_dirname, home_dirname);
+ strcat(base_dirname, "/.xmms/FunTimeDancer/");
++#endif
+ }
+
+ void ftd_Cleanup(void) {