1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/gdcm/files/patch-CMakeLists.txt
Jason Unovitch bd8b3ff67e devel/gdcm: update 2.4.4 -> 2.6.3
- 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
2016-02-01 02:43:04 +00:00

12 lines
408 B
Plaintext

--- 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}"