git: 9c1e9bf8c352 - main - multimedia/libv4l: Fix build after bc9e901a170f (update of epoll-shim).

Hans Petter Selasky hselasky at FreeBSD.org
Wed Apr 28 08:08:35 UTC 2021


The branch main has been updated by hselasky:

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

commit 9c1e9bf8c35288bbac8819c138f4868a100e1d81
Author:     Hans Petter Selasky <hselasky at FreeBSD.org>
AuthorDate: 2021-04-28 08:05:57 +0000
Commit:     Hans Petter Selasky <hselasky at FreeBSD.org>
CommitDate: 2021-04-28 08:06:57 +0000

    multimedia/libv4l: Fix build after bc9e901a170f (update of epoll-shim).
    
    Approved by:    pi (implicit)
---
 multimedia/libv4l/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile
index e24c4033c92c..7c0a122b415e 100644
--- a/multimedia/libv4l/Makefile
+++ b/multimedia/libv4l/Makefile
@@ -53,6 +53,7 @@ USES+=		perl5
 BUILD_DEPENDS+=	libv4l>=${PORTVERSION}:multimedia/libv4l
 LIB_DEPENDS+=	libepoll-shim.so:devel/libepoll-shim \
 		libv4l2.so:multimedia/libv4l
+CPPFLAGS+=	-I${LOCALBASE}/include/libepoll-shim
 LDFLAGS+=	-lepoll-shim
 CONFIGURE_ARGS+= \
 	--enable-v4l-utils \


More information about the dev-commits-ports-all mailing list