Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 06:48:25 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426087 - head/emulators/vice
Message-ID:  <201611140648.uAE6mPZi034196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon Nov 14 06:48:25 2016
New Revision: 426087
URL: https://svnweb.freebsd.org/changeset/ports/426087

Log:
  - fix build with ffmpeg3
  PR:		214189

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Mon Nov 14 06:41:47 2016	(r426086)
+++ head/emulators/vice/Makefile	Mon Nov 14 06:48:25 2016	(r426087)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vice
 PORTVERSION=	2.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \
 		ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/
@@ -155,6 +155,9 @@ post-patch:
 	${REINPLACE_CMD} -e 's|CODEC_ID_|AV_CODEC_ID_|' \
 		-e 's|PIX_FMT_|AV_PIX_FMT_|' \
 		${WRKSRC}/src/gfxoutputdrv/ffmpegdrv.c
+	${REINPLACE_CMD} \
+		-e 's|enum PixelFormat|enum AVPixelFormat|g' \
+		${WRKSRC}/src/gfxoutputdrv/ffmpeglib.h
 .for i in da.po de.po fr.po hu.po it.po nl.po pl.po sv.po tr.po
 	${MV} "${WRKSRC}/po/${i}" "${WRKSRC}/po/${i}.latin"
 	${ICONV_CMD} -f latin1 -t utf-8 < "${WRKSRC}/po/${i}.latin" > "${WRKSRC}/po/${i}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611140648.uAE6mPZi034196>