multimedia/xawtv: fix zvbi detection

This commit is contained in:
Oliver Lehmann 2025-03-15 19:00:00 +01:00
parent 8a996a22d8
commit b74dc2bf4f

View file

@ -74,7 +74,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g; \
s|/usr/local|${LOCALBASE}|g; \
s|LIBV4L="yes"|LIBV4L="no"|g; \
s|-lunicode|-liconv &|g' \
s|-lunicode|${ICONV_LIB} &|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-ldl||g' \