summaryrefslogtreecommitdiff
path: root/audio/rosegarden/patches/patch-ac
blob: 7fffdd3d5e73fc4800c63e2f54aee19ec95b4f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.3 2022/01/01 09:20:41 dholland Exp $

Don't hardcode the install prefix.

--- editor/src/Resources.h.orig	Fri Oct 10 06:22:00 1997
+++ editor/src/Resources.h
@@ -118,7 +118,7 @@
     sizeof(char *),
     XtOffset(AppDataPtr, filtersDirectory),
     XtRImmediate,
-    (XtPointer)"/usr/local/lib/rosegarden/rosepetal-filters",
+    (XtPointer)RGLIBDIR"/rosepetal-filters",
   },
   {
     XtNmusicDirectory,