pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/digest include libnbcompat on IRIX 5 in order...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33d81c87e157
branches:  trunk
changeset: 517942:33d81c87e157
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Aug 26 15:39:07 2006 +0000

description:
include libnbcompat on IRIX 5 in order to provide snprintf()

diffstat:

 pkgtools/digest/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r eabb2d66cb84 -r 33d81c87e157 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Sat Aug 26 15:33:28 2006 +0000
+++ b/pkgtools/digest/Makefile  Sat Aug 26 15:39:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/07/18 23:06:41 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2006/08/26 15:39:07 schwarz Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -40,4 +40,8 @@
        @cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
        @${ECHO} "All tests completed"
 
+.if !empty(LOWER_OPSYS:Mirix5*)
+# digest uses snprintf()
+. include "../../pkgtools/libnbcompat/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index