From 926bbe1815c86e38722f6b635874bc99981734aa Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 26 Feb 2016 22:49:18 +0300 Subject: removed boost, boost-build - outdated --- .../files/boost-1.48.0-disable_icu_rpath.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 dev-libs/boost/files/boost-1.48.0-disable_icu_rpath.patch (limited to 'dev-libs/boost/files/boost-1.48.0-disable_icu_rpath.patch') diff --git a/dev-libs/boost/files/boost-1.48.0-disable_icu_rpath.patch b/dev-libs/boost/files/boost-1.48.0-disable_icu_rpath.patch deleted file mode 100644 index a902d61..0000000 --- a/dev-libs/boost/files/boost-1.48.0-disable_icu_rpath.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- libs/locale/build/Jamfile.v2 -+++ libs/locale/build/Jamfile.v2 -@@ -58,8 +58,8 @@ - - if $(ICU_LINK) - { -- ICU_OPTS = $(ICU_PATH)/include $(ICU_LINK) $(ICU_PATH)/bin shared ; -- ICU64_OPTS = $(ICU_PATH)/include $(ICU_LINK) $(ICU_PATH)/bin64 shared ; -+ ICU_OPTS = $(ICU_PATH)/include $(ICU_LINK) shared ; -+ ICU64_OPTS = $(ICU_PATH)/include $(ICU_LINK) shared ; - } - else - { -@@ -117,7 +117,6 @@ - icuuc/shared/shared - icudt/shared/shared - icuin/shared/shared -- $(ICU_PATH)/bin - shared ; - - -@@ -176,7 +175,6 @@ - icuuc_64/shared/shared - icudt_64/shared/shared - icuin_64/shared/shared -- $(ICU_PATH)/bin64 - shared ; - - -- cgit v1.2.3