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:
parent
f6ba71ed12
commit
57db1287d5
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue