Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2021 04:27:38 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd1ab07919dc - main - graphics/gnash: fix option CAIRO
Message-ID:  <202107190427.16J4RcMQ081901@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd1ab07919dc0fb801b9499834731e5f3508e7ad

commit bd1ab07919dc0fb801b9499834731e5f3508e7ad
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2021-07-19 04:26:48 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2021-07-19 04:26:48 +0000

    graphics/gnash: fix option CAIRO
    
    PR:             257246
    Reported by:    Ting-Wei Lan
---
 graphics/gnash/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 3a87a1a51bec..b137b9239d00 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -79,6 +79,7 @@ CAIRO_DESC=	Cairo renderer
 VAAPI_DESC=	VAAPI support
 
 CYGNAL_CONFIGURE_ENABLE=	cygnal
+VAAPI_CPPFLAGS=	-I../libdevice/vaapi
 
 .include <bsd.port.options.mk>
 



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