diff options
author | marino <marino> | 2012-07-18 21:55:40 +0000 |
---|---|---|
committer | marino <marino> | 2012-07-18 21:55:40 +0000 |
commit | f9b03dec4a449002f0853dea79318037d2df06c2 (patch) | |
tree | d4a174a59fe17c8b4ebf66b0dbf3aa5c1ff2fc72 /emulators/vba/Makefile | |
parent | 7de83ceed6d0b40c240f71fe7df6ec166cc406eb (diff) | |
download | pkgsrc-f9b03dec4a449002f0853dea79318037d2df06c2.tar.gz |
emulators/vba: Fix for libz >= 1.2.6
The current package won't compile if using libz >= 1.2.6 due to a typedef
change of GzFile. Fix inspired by r1091 at vbam.svn.sourceforge.net
Package broke after DragonFly upgraded system libz from 1.2.5 to 1.2.7
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r-- | emulators/vba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 619da943590..fabf2619319 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2011/01/13 13:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/07/18 21:55:40 marino Exp $ DISTNAME= VisualBoyAdvance-src-1.7.2 PKGNAME= vba-1.7.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vba/} |