From f9b03dec4a449002f0853dea79318037d2df06c2 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 18 Jul 2012 21:55:40 +0000 Subject: 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 --- emulators/vba/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/vba/Makefile') 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/} -- cgit v1.2.3