summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-12 10:44:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-12 10:44:27 +0000
commit4fc200d7c8d006435d2ed4b61e5c56ff058ed252 (patch)
tree3b21b03ce6d8b0a3d11e744392f36ef934562d11 /x11-plugins/gkrellmss/files/gkrellmss-patch-2.3.diff
parentnew viewer for X (diff)
downloadgentoo-2-4fc200d7c8d006435d2ed4b61e5c56ff058ed252.tar.gz
gentoo-2-4fc200d7c8d006435d2ed4b61e5c56ff058ed252.tar.bz2
gentoo-2-4fc200d7c8d006435d2ed4b61e5c56ff058ed252.zip
soundscope visualiser plugin
Diffstat (limited to 'x11-plugins/gkrellmss/files/gkrellmss-patch-2.3.diff')
-rw-r--r--x11-plugins/gkrellmss/files/gkrellmss-patch-2.3.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmss/files/gkrellmss-patch-2.3.diff b/x11-plugins/gkrellmss/files/gkrellmss-patch-2.3.diff
new file mode 100644
index 000000000000..3115c1e31f86
--- /dev/null
+++ b/x11-plugins/gkrellmss/files/gkrellmss-patch-2.3.diff
@@ -0,0 +1,22 @@
+--- src/Makefile.orig 2002-10-26 20:48:59.000000000 -0700
++++ src/Makefile 2003-01-10 19:24:22.000000000 -0700
+@@ -16,7 +16,7 @@
+
+ FFTW_LIB_DIR ?=
+
+-FFTW_LIB = $(FFTW_LIB_DIR) -lrfftw -lfftw
++FFTW_LIB = $(FFTW_LIB_DIR) -ldrfftw -ldfftw
+
+ FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(SD_INCLUDE)
+ LIBS = $(GTK_LIB) $(SD_LIB) $(FFTW_LIB) -lm
+--- src/gkrellmss.h.orig 2002-11-25 12:44:25.000000000 -0700
++++ src/gkrellmss.h 2003-01-10 19:23:35.000000000 -0700
+@@ -22,7 +22,7 @@
+
+ #include <gkrellm2/gkrellm.h>
+ #include <math.h>
+-#include <rfftw.h>
++#include <drfftw.h>
+
+
+ #if !defined(GKRELLM_VERSION_MAJOR) || (GKRELLM_VERSION_MAJOR<2)