diff options
author | tonio <tonio@pkgsrc.org> | 2005-08-04 16:50:18 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-08-04 16:50:18 +0000 |
commit | 3033387472b7b93138d99e504f3183b7d351e413 (patch) | |
tree | ff3b58336ccd9f1861313b257087823ca8616fe9 /security/heimdal/Makefile | |
parent | 5e36f0fde1ddad85a854ec4dbd087251051b52f2 (diff) | |
download | pkgsrc-3033387472b7b93138d99e504f3183b7d351e413.tar.gz |
Add patch-aa to make heimdal compile with gcc-4 (default with darwin 8)
This patch is the same as revision 1.3 of
/cvsroot/src/crypto/dist/heimdal/lib/asn1/gen_glue.c by matt@
those cvs log:
Don't emit struct units [] anymore. emit a struct units * const foo and
in the C file initialize that to the static list.
Bump pkgrevision: it changes the binary package on gcc<4 platforms
approved by wiz@
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index c5717cc124e..e5c7318f4cd 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2005/06/20 09:51:02 lha Exp $ +# $NetBSD: Makefile,v 1.41 2005/08/04 16:50:18 tonio Exp $ DISTNAME= heimdal-0.6.5 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ |