From b74dc2bf4f56bd0c2255b0a98db0182a6b2e79b9 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sat, 15 Mar 2025 19:00:00 +0100 Subject: [PATCH] multimedia/xawtv: fix zvbi detection --- multimedia/xawtv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 1440e86268bf..3b19f696f96f 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -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' \