openbsd-ports/cad/kicad/patches/patch-common_gestfich_cpp
steven 2c777132fd use .tgz instead of .zip archive which is no longer available
pointed out by david@ some time ago

regen patches while here. no bump needed.
2007-04-16 14:13:14 +00:00

35 lines
1.0 KiB
Plaintext

$OpenBSD: patch-common_gestfich_cpp,v 1.2 2007/04/16 14:13:14 steven Exp $
--- common/gestfich.cpp.orig Mon Apr 16 17:05:39 2007
+++ common/gestfich.cpp Mon Apr 16 17:05:48 2007
@@ -37,8 +37,7 @@ static wxString s_HelpPathList[] = {
wxT("c:/kicad/help/"),
wxT("d:/kicad/help/"),
#else
- wxT("/usr/local/kicad/help/"),
- wxT("/usr/share/doc/kicad/"),
+ wxT("!!LOCALBASE!!/share/kicad/help/"),
#endif
wxT("end_list") // End of list symbol, do not change
};
@@ -49,8 +48,7 @@ static wxString s_KicadDataPathList[] = {
wxT("c:/kicad/"),
wxT("d:/kicad/"),
#else
- wxT("/usr/local/kicad/"),
- wxT("/usr/share/kicad/"),
+ wxT("!!LOCALBASE!!/share/kicad/"),
#endif
wxT("end_list") // End of list symbol, do not change
};
@@ -61,9 +59,7 @@ static wxString s_KicadBinaryPathList[] = {
wxT("c:/kicad/winexe/"),
wxT("d:/kicad/winexe/"),
#else
- wxT("/usr/local/kicad/linux/"),
- wxT("/usr/local/bin/"),
- wxT("/usr/bin/"),
+ wxT("!!LOCALBASE!!/bin/"),
#endif
wxT("end_list") // End of list symbol, do not change
};