pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/COMMON Note that we'll need to use patch to appl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42d7d2bc868c
branches:  trunk
changeset: 494085:42d7d2bc868c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu May 19 01:30:48 2005 +0000

description:
Note that we'll need to use patch to apply the various toolchain patches.

diffstat:

 cross/COMMON/cross.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dc35ead3452d -r 42d7d2bc868c cross/COMMON/cross.mk
--- a/cross/COMMON/cross.mk     Thu May 19 01:27:51 2005 +0000
+++ b/cross/COMMON/cross.mk     Thu May 19 01:30:48 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: cross.mk,v 1.31 2005/04/18 10:02:27 wiz Exp $
+#      $NetBSD: cross.mk,v 1.32 2005/05/19 01:30:48 jlam Exp $
 
 # Shared definitions for building a cross-compile environment.
 
@@ -45,6 +45,7 @@
 NM_FOR_TARGET=         ${WRKDIR}/nm
 RANLIB_FOR_TARGET=     ${WRKDIR}/ranlib
 LD_FOR_TARGET=         ${WRKDIR}/ld
+PKGSRC_USE_TOOLS+=     patch
 
 pre-patch: binutils-patch
 pre-configure: binutils-configure



Home | Main Index | Thread Index | Old Index