pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk let tools.mk decide whether GNU patch is needed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f26719c2ee8f
branches:  trunk
changeset: 467335:f26719c2ee8f
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 29 10:22:01 2004 +0000

description:
let tools.mk decide whether GNU patch is needed.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64840a0f60b8 -r f26719c2ee8f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Jan 29 10:19:10 2004 +0000
+++ b/mk/bsd.pkg.mk     Thu Jan 29 10:22:01 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1364 2004/01/29 09:38:10 grant Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1365 2004/01/29 10:22:01 grant Exp $
 #
 # This file is in the public domain.
 #
@@ -469,7 +469,7 @@
 _NEED_PATCH=           YES
 .endif
 
-.if ${_NEED_PATCH} == "YES" && !exists(${PATCH:C|-.*||}) && empty(PKGPATH:Mdevel/patch)
+.if ${_NEED_PATCH} == "YES"
 USE_GNU_TOOLS+=                patch
 .endif
 



Home | Main Index | Thread Index | Old Index