diff options
author | bjs <bjs> | 2008-09-14 16:15:05 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-09-14 16:15:05 +0000 |
commit | 56ff796deca06678c4ea17d9581f0fb9c8bda7b8 (patch) | |
tree | d456b46f9bf96d7f05c02d5e9ff1edcd7e467f6f /sysutils/open-vm-tools/Makefile | |
parent | f4f70fa9ee4764221ee143f8381710ea9693ff4b (diff) | |
download | pkgsrc-56ff796deca06678c4ea17d9581f0fb9c8bda7b8.tar.gz |
Instead of using PRId32 (which fixed the amd64 build only to break i386),
just use %lld and cast time() to (long long int) in xferlogs/xferlogs.c.
PKGREVISION++.
Diffstat (limited to 'sysutils/open-vm-tools/Makefile')
-rw-r--r-- | sysutils/open-vm-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile index a507ec9f47c..475dfc39087 100644 --- a/sysutils/open-vm-tools/Makefile +++ b/sysutils/open-vm-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/09/05 04:34:46 bjs Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/14 16:15:05 bjs Exp $ DISTNAME= open-vm-tools-2008.08.08-109361 PKGNAME= open-vm-tools-2008.08.08.109361 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-vm-tools/} |