head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.24.08.42.27; author adam; state Exp; branches; next ; commitid vcOVlPnzGFQ0SRSG; desc @@ 1.1 log @Revbump for Boost 1.92.0 @ text @$NetBSD$ On Darwin, don't build app bundle. --- po/CMakeLists.txt.orig 2026-06-24 13:12:57.405588825 +0000 +++ po/CMakeLists.txt @@@@ -69,7 +69,7 @@@@ foreach (PO_FILE ${PO_FILES}) # the .mo catalogs need to live there — not under share/locale. # Linux/*BSD use libintl's system search paths under # ${CMAKE_INSTALL_LOCALEDIR}. - if (APPLE) + if (FALSE) # Bundling into the .app happens in src/CMakeLists.txt # via a POST_BUILD on the amule target, since `po` is # processed before `src` and the target doesn't exist yet. @