svn commit: r324360 - head/multimedia/xawtv
Oliver Lehmann
oliver at FreeBSD.org
Wed Aug 7 16:59:00 UTC 2013
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' \
More information about the svn-ports-all
mailing list