summaryrefslogtreecommitdiff
path: root/devel/gdcm/files/patch-Utilities_gdcmjpeg_CMakeLists.txt
blob: 239580ecc96820e5c47ce56c8821a31903f30998 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Utilities/gdcmjpeg/CMakeLists.txt.orig	2015-08-22 14:09:50 UTC
+++ Utilities/gdcmjpeg/CMakeLists.txt
@@ -24,7 +24,7 @@ if(NOT DEFINED JPEG_API_VERSION)
 endif()
 set(JPEG_LIBRARY_PROPERTIES ${JPEG_LIBRARY_PROPERTIES}
   VERSION "${GDCM_VERSION}"
-  SOVERSION "${JPEG_API_VERSION}"
+  SOVERSION "${GDCM_MAJOR_VERSION}"
 )