mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
339f59d1cf
- under WITH_DEBUG=yes builds, avoid renaming the libraries with _d suffix. (else it breaks packaging, and we don't want separate lib names) [1] - while here, avoid creating symlinks from cmake, this causes staging violations due to cmake bug #17340, (poudriere testport) see https://gitlab.kitware.com/cmake/cmake/issues/17340 - while here, fix "make test" target - it is a left over from 2.3's gmake build. Use ctest instead. No PORTREVISION bump necessary because each and every fixed bug would cause a broken build and no install. PR: 243274 [1] Reported by: Marcin Cieślak [1]
14 lines
572 B
CMake
14 lines
572 B
CMake
--- config/IlmBaseSetup.cmake.orig 2019-09-18 01:02:06 UTC
|
|
+++ config/IlmBaseSetup.cmake
|
|
@@ -48,10 +48,6 @@ set(ILMBASE_OUTPUT_SUBDIR OpenEXR CACHE STRING "Destin
|
|
# but is pretty harmless to set globally
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
-# Suffix for debug configuration libraries
|
|
-# (if you should choose to install those)
|
|
-set(CMAKE_DEBUG_POSTFIX "_d" CACHE STRING "Suffix for debug builds")
|
|
-
|
|
# Usual cmake option to build shared libraries or not
|
|
option(BUILD_SHARED_LIBS "Build shared library" ON)
|
|
# This allows a "double library" setup, where we compile both
|