summaryrefslogtreecommitdiff
path: root/net/aria2/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2009-01-03 23:11:47 +0000
committerdholland <dholland@pkgsrc.org>2009-01-03 23:11:47 +0000
commit38b9661c7a642f07f803cb44fff083688cab0d9c (patch)
tree02d5e38e0fb1fdd17b29b44ad158c39fea906829 /net/aria2/Makefile
parent7e90daa77bae20179ff4d43e907ac7a26a066e72 (diff)
downloadpkgsrc-38b9661c7a642f07f803cb44fff083688cab0d9c.tar.gz
Work around API bug in pre-christos-time_t NetBSD, where struct
timeval's seconds are "long" rather than "time_t". Passing these seconds to localtime_r() breaks on 64-bit platforms where those types aren't the same. Fixes PR 40323 from Andreas Burghardt. PKGREVISION++ as a precaution, since I patched the source.
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r--net/aria2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index acaa09ccaef..8617740b75e 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2008/10/29 01:04:06 bjs Exp $
+# $NetBSD: Makefile,v 1.17 2009/01/03 23:11:47 dholland Exp $
#
DISTNAME= aria2c-0.16.2
PKGNAME= ${DISTNAME:S/+/./:S/2c-/2-/}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
EXTRACT_SUFX= .tar.bz2