diff options
Diffstat (limited to 'audio/rosegarden/patches/patch-ab')
-rw-r--r-- | audio/rosegarden/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/rosegarden/patches/patch-ab b/audio/rosegarden/patches/patch-ab new file mode 100644 index 00000000000..e984c12817a --- /dev/null +++ b/audio/rosegarden/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/05/31 16:40:56 agc Exp $ + +--- editor/src/Filter.c.orig Sat Oct 25 12:50:22 1997 ++++ editor/src/Filter.c Thu May 17 16:08:15 2001 +@@ -594,7 +594,7 @@ + char path[3000]; + fprintf(stderr, "Rosegarden: Environment variable TCLLIBPATH is not set; " + "guessing!\n"); +- sprintf(path, "TCLLIBPATH=%s %s /usr/local/lib/rosegarden/petal", ++ sprintf(path, "TCLLIBPATH=%s %s "RGLIBDIR"/petal", + homeFilterDir, appData.filtersDirectory); + putenv(path); + } |