aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/lcms/CMakeLists.txt4
-rw-r--r--ports/lcms/CONTROL2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/lcms/CMakeLists.txt b/ports/lcms/CMakeLists.txt
index 0fedfb95e..cd69bab3b 100644
--- a/ports/lcms/CMakeLists.txt
+++ b/ports/lcms/CMakeLists.txt
@@ -40,7 +40,7 @@ include_directories(
"./include"
)
-add_library(lcms ${SRCS})
+add_library(lcms2 ${SRCS})
if(NOT SKIP_INSTALL_HEADERS )
@@ -52,7 +52,7 @@ if(NOT SKIP_INSTALL_HEADERS )
endif(NOT SKIP_INSTALL_HEADERS )
-install(TARGETS lcms EXPORT lcms_EXPORT
+install(TARGETS lcms2 EXPORT lcms_EXPORT
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
diff --git a/ports/lcms/CONTROL b/ports/lcms/CONTROL
index 64567fddd..2349503e9 100644
--- a/ports/lcms/CONTROL
+++ b/ports/lcms/CONTROL
@@ -1,4 +1,4 @@
Source: lcms
-Version: 2.8
+Version: 2.8-1
Build-Depends:
Description: Little CMS. \ No newline at end of file