diff options
author | uwe <uwe@pkgsrc.org> | 2013-05-12 17:26:46 +0000 |
---|---|---|
committer | uwe <uwe@pkgsrc.org> | 2013-05-12 17:26:46 +0000 |
commit | 32b09d06de5b2de345f6f9d619fbf8e732f3ee3b (patch) | |
tree | 181faab43bf3c6c6495acc7cef9b3239e7d1fad1 /mail/mutt/Makefile | |
parent | d09d7aef3f9494cfc9f34ab7a7fa5dd3fb69e5a7 (diff) | |
download | pkgsrc-32b09d06de5b2de345f6f9d619fbf8e732f3ee3b.tar.gz |
Make argument type match printf conversion specifier to print correct
numbers on big-endian systems.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f357409bb7a..afffd6902c1 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.165 2013/02/06 23:22:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.166 2013/05/12 17:26:46 uwe Exp $ DISTNAME= mutt-1.4.2.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \ |