pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost Now that WRAPPER_BINDIR points to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f98a1bacfcc0
branches:  trunk
changeset: 650890:f98a1bacfcc0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Apr 27 20:01:27 2015 +0000

description:
Now that WRAPPER_BINDIR points to the selected wrapper implementation,
remove the duplicate CWRAPPERS_BIN_DIR handling.

diffstat:

 meta-pkgs/boost/Makefile.common |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 7077ba2410c8 -r f98a1bacfcc0 meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common   Mon Apr 27 19:59:07 2015 +0000
+++ b/meta-pkgs/boost/Makefile.common   Mon Apr 27 20:01:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2015/04/17 14:04:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.52 2015/04/27 20:01:27 jperkin Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -73,17 +73,11 @@
 # Prevent using a pkgsrc libtool in OS X because the darwin toolset needs
 # the native libtool from /Developer/usr/bin or /usr/bin.
 post-wrapper:
-       ${RM} -f ${WRAPPER_BINDIR}/libtool ${CWRAPPERS_BIN_DIR}/libtool
+       ${RM} -f ${WRAPPER_BINDIR}/libtool
 .    if exists(/Developer/usr/bin/libtool)
        ${LN} -s /Developer/usr/bin/libtool ${WRAPPER_BINDIR}/libtool
-.      if !empty(CWRAPPERS_BIN_DIR)
-       ${LN} -s /Developer/usr/bin/libtool ${CWRAPPERS_BIN_DIR}/libtool
-.      endif
 .    else
        ${LN} -s /usr/bin/libtool ${WRAPPER_BINDIR}/libtool
-.      if !empty(CWRAPPERS_BIN_DIR)
-       ${LN} -s /usr/bin/libtool ${CWRAPPERS_BIN_DIR}/libtool
-.      endif
 .    endif
 .  endif
 



Home | Main Index | Thread Index | Old Index