From af9e6cda06b7f5e2c9c6f43648079523934db512 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 26 Oct 2010 13:45:41 +0000 Subject: Correct install_name for libraries under MacOSX --- meta-pkgs/boost/Makefile.common | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index e0d2cb78b6b..87ff23f1a3e 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2010/08/26 17:40:59 adam Exp $ +# $NetBSD: Makefile.common,v 1.25 2010/10/26 13:45:41 adam Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -42,11 +42,17 @@ GCC_REQD+= 3.2 # if using gcc; ignored otherwise PLIST_SUBST+= BOOST_VERSION="${BOOST_VERSION}" -SUBST_CLASSES+= fix-prefix -SUBST_STAGE.fix-prefix= pre-configure -SUBST_MESSAGE.fix-prefix= Fixing prefix. -SUBST_FILES.fix-prefix= Jamroot -SUBST_VARS.fix-prefix= PREFIX +SUBST_CLASSES+= prefix +SUBST_STAGE.prefix= pre-configure +SUBST_MESSAGE.prefix= Fixing prefix. +SUBST_FILES.prefix= Jamroot +SUBST_VARS.prefix= PREFIX + +SUBST_CLASSES+= darwin +SUBST_STAGE.darwin= pre-configure +SUBST_MESSAGE.darwin= Fixing install_name for Darwin. +SUBST_FILES.darwin= tools/build/v2/tools/*darwin.jam +SUBST_SED.darwin= -e 's,-install_name ",-install_name "${PREFIX}/lib/,g' .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3