aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-09 23:24:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-09 23:24:02 +0000
commit634c799cf3b99bc76fdea9ad3ccd18c76e7fba49 (patch)
treeb32f2b34fba1337b0b769d49c1a39f05a83b4bc9
parent58ae49c3606664c0c6e3714317498c56976c1584 (diff)
downloadports-634c799cf3b99bc76fdea9ad3ccd18c76e7fba49.tar.gz
ports-634c799cf3b99bc76fdea9ad3ccd18c76e7fba49.zip
multimedia/libvlcpp: Fix build: framework failed to correctly set WRKSRC for this GitLab project
Reported by: linimon
-rw-r--r--multimedia/libvlcpp/Makefile2
1 files changed, 2 insertions, 0 deletions
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