summaryrefslogtreecommitdiff
path: root/audio/spiralloops/files/patch-SpiralLoops.C
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-25 16:43:52 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-25 16:43:52 +0000
commit51e23d501fbc2d247f9e18cc586046cf7078443a (patch)
tree935797dfef5094fe79681b741af31827c373d82c /audio/spiralloops/files/patch-SpiralLoops.C
parentFix broken patch. (diff)
Use the patches for 2.0.0, not those for 0.1.7 (logged by bento).
Notes
Notes: svn path=/head/; revision=59989
Diffstat (limited to 'audio/spiralloops/files/patch-SpiralLoops.C')
-rw-r--r--audio/spiralloops/files/patch-SpiralLoops.C13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-SpiralLoops.C b/audio/spiralloops/files/patch-SpiralLoops.C
new file mode 100644
index 000000000000..26de3b970d4d
--- /dev/null
+++ b/audio/spiralloops/files/patch-SpiralLoops.C
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- SpiralLoops.C.orig Thu Apr 19 13:48:11 2001
++++ SpiralLoops.C Thu May 23 02:16:36 2002
+@@ -308,7 +308,7 @@
+ Run = (Sample *(*)()) dlsym(handle, "Run__Fv");
+
+
+- if ((error = dlerror()) != NULL)
++ if ((error = (char *)dlerror()) != NULL)
+ {
+ cerr<<"Error linking to plugin:"<<endl;
+ fputs(error, stderr);