From 04c1fa074bee8c9751a04802f8ed887bc3b00124 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 7 Aug 2013 16:58:59 +0000 Subject: ignore v4l libs if they are installed --- multimedia/xawtv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'multimedia') diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index f057d9529a90..c02097af8f16 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -90,7 +90,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g; \ s|/usr/local|${LOCALBASE}|g; \ s|-lpthread|${PTHREAD_LIBS}|g; \ - s|-lquicktime|-L${LOCALBASE}/lib &|g' \ + s|-lquicktime|-L${LOCALBASE}/lib &|g; \ + s|LIBV4L="yes"|LIBV4L="no"|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl||g' \ -- cgit