From 2307fa6274326cfaaf49303f728bdededa436a93 Mon Sep 17 00:00:00 2001 From: codeandroid Date: Thu, 8 Dec 2016 17:03:45 +0100 Subject: [boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant of a previously enabled system install option which has been disabled in the meantime. --- ports/boost/portfile.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake index fcf60402b..3c408bca7 100644 --- a/ports/boost/portfile.cmake +++ b/ports/boost/portfile.cmake @@ -100,7 +100,6 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) "\n#define BOOST_ALL_DYN_LINK\n" ) endif() -file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#define BOOST_AUTO_LINK_NOMANGLE\n") file(INSTALL ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost RENAME copyright) message(STATUS "Packaging headers done") -- cgit v1.2.3