Revision: 27138 http://sourceforge.net/p/gar/code/27138 Author: jake_goerzen Date: 2024-12-25 05:33:18 +0000 (Wed, 25 Dec 2024) Log Message: ----------- boost/branches/boost-gcc: add boost-locale to build
Modified Paths: -------------- csw/mgar/pkg/boost/branches/boost-gcc/Makefile Modified: csw/mgar/pkg/boost/branches/boost-gcc/Makefile =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2024-12-24 15:50:17 UTC (rev 27137) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2024-12-25 05:33:18 UTC (rev 27138) @@ -66,6 +66,8 @@ BUILD_ARGS += link=shared BUILD_ARGS += cflags='$(CFLAGS)' BUILD_ARGS += cxxflags=-std=c++11 +BUILD_ARGS += boost.locale.iconv=on +BUILD_ARGS += -sICONV_PATH=/opt/csw #BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)' # Stop on the first error BUILD_ARGS += -q @@ -115,6 +117,10 @@ PKGFILES_CSWlibboost-iostreams1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_iostreams\.so\.1\.50\.0(\.\d+)*) SPKG_DESC_CSWlibboost-iostreams1-50-0-gxx += $(DESCRIPTION), libboost_iostreams.so.1.50.0 +PACKAGES += CSWlibboost-locale1-50-0-gxx +PKGFILES_CSWlibboost-locale1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_locale\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-locale1-50-0-gxx += $(DESCRIPTION), libboost_locale.so.1.50.0 + PACKAGES += CSWlibboost-math-c99-1-50-0-gxx PKGFILES_CSWlibboost-math-c99-1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99\.so\.1\.50\.0(\.\d+)*) SPKG_DESC_CSWlibboost-math-c99-1-50-0-gxx += $(DESCRIPTION), libboost_math_c99.so.1.50.0 @@ -274,6 +280,9 @@ RUNTIME_DEP_PKGS_CSWlibboost-random1-50-0-gxx += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-50-0-gxx += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-locale1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-locale1-50-0-gxx += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibboost-locale1-50-0-gxx += CSWlibstdc++6 # Overridees for bad-rpath-entry are needed because the Boost build system # apparently interpolates $ISALIST, leaving us with "/opt/csw/lib/" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.