The native tar (gtar) on SunOS 5.10 doesn't like the distfile. Since

archivers/pax is required anyway, unset TOOLS_PLATFORM.tar on SunOS.
This commit is contained in:
hans 2011-12-16 16:53:03 +00:00
parent f6ba71ed12
commit 57db1287d5

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.30 2011/10/11 10:02:08 adam Exp $
# $NetBSD: Makefile.common,v 1.31 2011/12/16 16:53:03 hans Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@ -53,6 +53,11 @@ SUBST_SED.darwin= -e 's,-install_name ",-install_name "${PREFIX}/lib/,g'
.include "../../mk/bsd.prefs.mk"
# On SunOS, extract using pkgsrc nbtar to avoid warnings from native gtar.
.if ${OPSYS} == "SunOS"
TOOLS_PLATFORM.tar= #empty
.endif
.if ${OPSYS} == "Darwin"
# Prevent using a pkgsrc libtool in OS X because the darwin toolset needs
# the native libtool from /Developer/usr/bin or /usr/bin.