79bfa10c17
changes and buildlinking by me. Bugfix release.
13 lines
476 B
Text
13 lines
476 B
Text
$NetBSD: patch-ab,v 1.2 2002/03/19 12:21:07 wiz Exp $
|
|
|
|
--- editor/src/Filter.c.orig Mon Jul 2 09:10:49 2001
|
|
+++ editor/src/Filter.c
|
|
@@ -597,7 +597,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);
|
|
}
|