mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Switch off by default DOCS option for Doxygen docs to DOXYGEN - Switch DOXYGEN bits to options helpers - Standardize on the more prevelant ON/OFF CMAKE flags - Set USE_LDCONFIG=yes as ${PREFIX}/lib is the default - Add gdcmviewer to DESKTOP_ENTRIES PR: 203479 Submitted by: tkato432@yahoo.com (with changes) Security: CVE-2015-8396 Security: CVE-2015-8397 Security: https://vuxml.FreeBSD.org/freebsd/e00d8b94-c88a-11e5-b5fe-002590263bf5.html MFH: 2016Q1
11 lines
408 B
Text
11 lines
408 B
Text
--- CMakeLists.txt.orig 2015-08-22 14:09:50 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -53,7 +53,7 @@ if(NOT DEFINED GDCM_API_VERSION)
|
|
endif()
|
|
set(GDCM_LIBRARY_PROPERTIES ${GDCM_LIBRARY_PROPERTIES}
|
|
VERSION "${GDCM_VERSION}"
|
|
- SOVERSION "${GDCM_API_VERSION}"
|
|
+ SOVERSION "${GDCM_MAJOR_VERSION}"
|
|
)
|
|
#set(GDCM_EXECUTABLE_PROPERTIES ${GDCM_EXECUTABLE_PROPERTIES}
|
|
# VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}"
|