git: 634c799cf3b9 - main - multimedia/libvlcpp: Fix build: framework failed to correctly set WRKSRC for this GitLab project
Yuri Victorovich
yuri at FreeBSD.org
Fri Apr 9 23:25:29 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=634c799cf3b99bc76fdea9ad3ccd18c76e7fba49
commit 634c799cf3b99bc76fdea9ad3ccd18c76e7fba49
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-09 23:24:02 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-09 23:24:02 +0000
multimedia/libvlcpp: Fix build: framework failed to correctly set WRKSRC for this GitLab project
Reported by: linimon
---
multimedia/libvlcpp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/multimedia/libvlcpp/Makefile b/multimedia/libvlcpp/Makefile
index 408c7124f482..4661ce4700ce 100644
--- a/multimedia/libvlcpp/Makefile
+++ b/multimedia/libvlcpp/Makefile
@@ -18,6 +18,8 @@ GL_SITE= https://code.videolan.org
GL_ACCOUNT= videolan
GL_COMMIT= 17e622c6a23f685a60451e9611d50e361cee2278
+WRKSRC= ${WRKDIR}/${PORTNAME}-${GL_COMMIT}-${GL_COMMIT} # for some reason framework fails to determine WRKSRC, also with GL_PROJECT=${PORTNAME}
+
GNU_CONFIGURE= yes
NO_BUILD= yes
More information about the dev-commits-ports-all
mailing list