pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nbitools Apply md.patch in config/makedepend dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c36874f649d
branches:  trunk
changeset: 397400:3c36874f649d
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Aug 11 15:10:14 2009 +0000

description:
Apply md.patch in config/makedepend directory to avoid conflict
with getline(3).

diffstat:

 devel/nbitools/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 08bee5a6154d -r 3c36874f649d devel/nbitools/Makefile
--- a/devel/nbitools/Makefile   Tue Aug 11 15:01:14 2009 +0000
+++ b/devel/nbitools/Makefile   Tue Aug 11 15:10:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/11/10 05:06:45 taca Exp $
+# $NetBSD: Makefile,v 1.15 2009/08/11 15:10:14 taca Exp $
 #
 
 DISTNAME=      nbitools-R6.3
@@ -30,4 +30,7 @@
 post-extract:
        ${CP} ${FILESDIR}/DragonFly.cf ${WRKSRC}/config/cf
 
+pre-patch:
+       cd ${WRKSRC}/config/makedepend; ${PATCH} --quiet < md.patch
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index