Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2013 16:59:00 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324360 - head/multimedia/xawtv
Message-ID:  <201308071659.r77Gx0NA000583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Wed Aug  7 16:58:59 2013
New Revision: 324360
URL: http://svnweb.freebsd.org/changeset/ports/324360

Log:
  ignore v4l libs if they are installed

Modified:
  head/multimedia/xawtv/Makefile

Modified: head/multimedia/xawtv/Makefile
==============================================================================
--- head/multimedia/xawtv/Makefile	Wed Aug  7 16:26:12 2013	(r324359)
+++ head/multimedia/xawtv/Makefile	Wed Aug  7 16:58:59 2013	(r324360)
@@ -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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308071659.r77Gx0NA000583>