summaryrefslogtreecommitdiff
path: root/cad/qcad/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad/patches/patch-af')
-rw-r--r--cad/qcad/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/qcad/patches/patch-af b/cad/qcad/patches/patch-af
new file mode 100644
index 00000000000..4b254feb62a
--- /dev/null
+++ b/cad/qcad/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2001/03/26 20:53:54 jtb Exp $
+
+--- rfonts.cpp.orig Tue Feb 20 21:32:17 2001
++++ rfonts.cpp
+@@ -68,7 +68,7 @@
+
+ #ifndef DEF_WINDOWS
+ // Lookup from /usr/share/<proj>/fonts:
+- lookupFonts( QString("/usr/share/")+DEF_APPNAME_L+"/fonts" );
++ lookupFonts( QString("@PREFIX@/share/")+DEF_APPNAME_L+"/fonts" );
+
+ // Lookup from /usr/local/<proj>/fonts:
+ lookupFonts( QString("/usr/local/")+DEF_APPNAME_L+"/fonts" );