View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017215 | Scribus | Build System | public | 2024-05-12 04:58 | 2024-09-16 20:54 |
Reporter | AkiSakurai | Assigned To | cbradney | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.7.0.svn | ||||
Fixed in Version | 1.6.2.svn | ||||
Summary | 0017215: hunspell_LIBRARY_DIRS is missing | ||||
Description | The hunspell_LIBRARY_DIRS variable is missing, which is required when the library is not located in the system directories. diff --git a/scribus/CMakeLists.txt b/scribus/CMakeLists.txt index 8e073fac1..06538aca0 100644 --- a/scribus/CMakeLists.txt +++ b/scribus/CMakeLists.txt @@ -71,6 +71,7 @@ link_directories( ${HARFBUZZ_LIBRARY_DIRS} ${HARFBUZZ_SUBSET_LIBRARY_DIRS} ${ICU_LIBRARY_DIRS} + ${hunspell_LIBRARY_DIRS} ) | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-12 04:58 | AkiSakurai | New Issue | |
2024-05-12 19:49 | cbradney | Assigned To | => cbradney |
2024-05-12 19:49 | cbradney | Status | new => resolved |
2024-05-12 19:49 | cbradney | Resolution | open => fixed |
2024-05-12 19:49 | cbradney | Fixed in Version | => 1.6.2.svn |
2024-05-12 19:49 | cbradney | Note Added: 0051147 | |
2024-09-16 20:54 | cbradney | Status | resolved => closed |