mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
3a40c895e8
* python interpreter works only with python 2.1 and older, and is no longer maintained by the authors, so i disabled it and changed CATEGORIES and COMMENT accordingly * removed latex dependency and not installing Manual it's weird to have to install whole latex just to build documentation to mail client. built docs in html are available on mahogany website. PR: 57589 Submitted by: Pav Lucistnik <pav@oook.cz> Approved by: maintainer
15 lines
500 B
C++
15 lines
500 B
C++
--- 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);
|