1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
freebsd-ports/mail/mahogany/files/patch-src-classes-MModule.cpp

15 lines
500 B
C++
Raw Normal View History

--- src/classes/MModule.cpp.orig Tue Jul 22 14:07:38 2003
+++ src/classes/MModule.cpp Sun Oct 5 03:02:24 2003
@@ -870,10 +870,7 @@
// platforms (doesn't make much sense under Windows)
wxString path1;
- path1 << mApplication->GetGlobalDir()
-#ifdef OS_UNIX
- << DIR_SEPARATOR << M_CANONICAL_HOST
-#endif // Unix
+ path1 << M_PREFIX << DIR_SEPARATOR << "libexec" << DIR_SEPARATOR << "Mahogany"
<< DIR_SEPARATOR << _T("modules") << DIR_SEPARATOR;
dirs.Add(path1);