View Issue Details

IDProjectCategoryView StatusLast Update
0017215ScribusBuild Systempublic2024-05-12 19:49
ReporterAkiSakurai Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.7.0.svn 
Fixed in Version1.6.2.svn 
Summary0017215: hunspell_LIBRARY_DIRS is missing
DescriptionThe 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}
 )
 
TagsNo tags attached.
PatchNo

Activities

cbradney

2024-05-12 19:49

administrator   ~0051147

Committed in 1.6.2.svn and 1.7.0.svn

Issue History

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