pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fastforward cdb_seek.c needs DJB errno hack.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b671416e3dd
branches:  trunk
changeset: 505871:2b671416e3dd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 18:27:11 2006 +0000

description:
cdb_seek.c needs DJB errno hack.

diffstat:

 mail/fastforward/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1acff8e941ed -r 2b671416e3dd mail/fastforward/Makefile
--- a/mail/fastforward/Makefile Sun Jan 08 18:20:30 2006 +0000
+++ b/mail/fastforward/Makefile Sun Jan 08 18:27:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/01/05 02:57:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2006/01/08 18:27:11 joerg Exp $
 #
 
 DISTNAME=              fastforward-0.51
@@ -20,5 +20,7 @@
 
 DJB_RESTRICTED=                YES
 
+SUBST_FILES.djbware+=  cdb_seek.c
+
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index