aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2013-08-07 16:58:59 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2013-08-07 16:58:59 +0000
commitbb65119f9beae0eaa903967697bdcc16551777ff (patch)
treec242d94fc1fc9095aaeb599b36eda5adcc7b7ba1 /multimedia/xawtv
parent65de6df531caed2abd37511b8b30409ed5d91038 (diff)
downloadports-bb65119f9beae0eaa903967697bdcc16551777ff.tar.gz
ports-bb65119f9beae0eaa903967697bdcc16551777ff.zip
ignore v4l libs if they are installed
Notes
Notes: svn path=/head/; revision=324360
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r--multimedia/xawtv/Makefile3
1 files changed, 2 insertions, 1 deletions
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' \