diff options
author | joerg <joerg> | 2007-08-16 03:09:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-16 03:09:38 +0000 |
commit | 247349f7d33dad33388d391f6176b958b6c4760e (patch) | |
tree | 17c84a8db40de3756a3e745668d73fc6c72ac3fc | |
parent | d558d5a10b429635abca75af885c588f2aa5f160 (diff) | |
download | pkgsrc-247349f7d33dad33388d391f6176b958b6c4760e.tar.gz |
A number of packages implicitly assume that ar runs the right ranlib,
so override it as well for DESTDIR.
-rw-r--r-- | mk/tools/tools.NetBSD.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/tools/tools.NetBSD.mk b/mk/tools/tools.NetBSD.mk index 84e386acafb..6991653150c 100644 --- a/mk/tools/tools.NetBSD.mk +++ b/mk/tools/tools.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.NetBSD.mk,v 1.37 2007/08/15 13:24:14 joerg Exp $ +# $NetBSD: tools.NetBSD.mk,v 1.38 2007/08/16 03:09:38 joerg Exp $ # # System-supplied tools for the NetBSD operating system. @@ -121,6 +121,8 @@ TOOLS_PATH.${MACHINE_GNU_PLATFORM}-${_t_}?= \ TOOLS_CREATE+= ${MACHINE_GNU_PLATFORM}-${_t_} .endfor +TOOLS_PATH.ar?= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ar +TOOLS_CREATE+= ar TOOLS_PATH.ranlib?= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ranlib TOOLS_CREATE+= ranlib |