diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-26 20:53:47 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-26 20:53:47 +0000 |
commit | a6b1f53deedd0c7ff7b703251ea3d92e40aa5b47 (patch) | |
tree | 19eeb3196a5258b0172208f6d7de8e56d6b39e0f /cad/qcad/patches/patch-ad | |
parent | 74c3635e710033e0f15b128418991af8ed96eb18 (diff) | |
download | pkgsrc-a6b1f53deedd0c7ff7b703251ea3d92e40aa5b47.tar.gz |
New qcad package:
QCad is a simple 2D CAD System. With QCad you can easily construct and
modify drawings with ISO-texts, dimensions, hatches and many other
features and save them as DXF-files. These DXF-files are the interface
to many CAD-systems such as AutoCAD and many others.
Diffstat (limited to 'cad/qcad/patches/patch-ad')
-rw-r--r-- | cad/qcad/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/qcad/patches/patch-ad b/cad/qcad/patches/patch-ad new file mode 100644 index 00000000000..14e4b355929 --- /dev/null +++ b/cad/qcad/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/03/26 20:53:54 jtb Exp $ + +--- relement.cpp.orig Tue Feb 20 21:30:40 2001 ++++ relement.cpp +@@ -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 + */ |