diff options
author | oliver <oliver@FreeBSD.org> | 2013-08-08 00:58:59 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-08-08 00:58:59 +0800 |
commit | 04c1fa074bee8c9751a04802f8ed887bc3b00124 (patch) | |
tree | c242d94fc1fc9095aaeb599b36eda5adcc7b7ba1 /multimedia | |
parent | 529a317040c8a9ac1da6f03dc08e7d3881f2e948 (diff) | |
download | freebsd-ports-gnome-04c1fa074bee8c9751a04802f8ed887bc3b00124.tar.gz freebsd-ports-gnome-04c1fa074bee8c9751a04802f8ed887bc3b00124.tar.zst freebsd-ports-gnome-04c1fa074bee8c9751a04802f8ed887bc3b00124.zip |
ignore v4l libs if they are installed
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xawtv/Makefile | 3 |
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' \ |