summaryrefslogtreecommitdiff
path: root/cad/qcad2/files/patch-ad
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-13 20:19:12 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-13 20:19:12 +0000
commit3a6f0a8b69070b29eb1db18356151deec20601d6 (patch)
tree98573469da413cbfbf4c586048fafb29b20a2fd7 /cad/qcad2/files/patch-ad
parentUpdate to 0.4.7 (diff)
Update to 1.4.4
PR: 21573 Submitted by: Ports Fury
Diffstat (limited to 'cad/qcad2/files/patch-ad')
-rw-r--r--cad/qcad2/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/qcad2/files/patch-ad b/cad/qcad2/files/patch-ad
new file mode 100644
index 000000000000..65f540115e0b
--- /dev/null
+++ b/cad/qcad2/files/patch-ad
@@ -0,0 +1,11 @@
+--- relement.cpp.orig Sat Aug 12 03:31:54 2000
++++ relement.cpp Sat Sep 23 14:37:06 2000
+@@ -3681,7 +3681,7 @@
+
+ // Search pattern in /usr/share/<proj>/hatches dir:
+ if(!QFileInfo(patternPath).exists()) {
+- patternPath = QString("/usr/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf";
++ patternPath = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf";
+ }
+ #endif
+ */