diff options
author | atatat <atatat@pkgsrc.org> | 2004-09-10 03:34:29 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2004-09-10 03:34:29 +0000 |
commit | 3f99292002fa5becee195ca0d0411669eec54550 (patch) | |
tree | d180ea9d4b7f04fa045200fc933e23a6eb747954 /time/gcal/Makefile | |
parent | 93bc03dc7ca7ff5c9ebefaeaf1b275056b50ff61 (diff) | |
download | pkgsrc-3f99292002fa5becee195ca0d0411669eec54550.tar.gz |
Patch a couple of prototypes so that they more properly match the
actual function declarations. This makes finicky c compilers happier.
Problem pointed out by Georg Schwarz in private email.
Diffstat (limited to 'time/gcal/Makefile')
-rw-r--r-- | time/gcal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index 673238157df..3dead5f62a3 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/04/11 09:23:06 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/09/10 03:34:29 atatat Exp $ # DISTNAME= gcal-3.01 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_GNU:=gcal/} |