summaryrefslogtreecommitdiff
path: root/cad/qcad/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad/patches/patch-ad')
-rw-r--r--cad/qcad/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/qcad/patches/patch-ad b/cad/qcad/patches/patch-ad
deleted file mode 100644
index 570562e495f..00000000000
--- a/cad/qcad/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2003/04/29 21:51:54 jtb Exp $
-
---- relement.cpp.orig
-+++ relement.cpp
-@@ -3683,7 +3683,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
- */