pkgsrc/audio/rosegarden/patches/patch-ad
wiz 79bfa10c17 Update to 2.1.3, provided by Hume Smith in pkg/15027, with some minor
changes and buildlinking by me.
Bugfix release.
2002-03-19 12:21:06 +00:00

13 lines
482 B
Text

$NetBSD: patch-ad,v 1.2 2002/03/19 12:21:07 wiz Exp $
--- sequencer/src/Filter.c.orig Mon Jul 2 08:59:48 2001
+++ sequencer/src/Filter.c
@@ -347,7 +347,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);
}