[PATCH] multimedia/vlc: disable libfreerdp detection when it is isntalled

Dima Panov fluffy at freebsd.org
Tue Feb 4 10:36:26 UTC 2014


>Submitter-Id:	current-users
>Originator:	Dima Panov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] multimedia/vlc: disable libfreerdp detection when it is isntalled
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 11.0-1100007-CURRENT amd64
>Environment:
System: FreeBSD vm.Fluffy.Khv.RU 11.0-1100007-CURRENT FreeBSD 11.0-1100007-CURRENT #0 r261402M: Mon Feb  3 12:06:52
>Description:
[DESCRIBE CHANGES]

Currently vlc's configure script hook up freerdp includes if detect it, but vlc-2.1 isn't
compatible with fresh freerdp and build fails.


Port maintainer (multimedia at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- vlc-2.1.2_1,4.patch begins here ---
diff -ruN ../vlc.orig/Makefile ./Makefile
--- ../vlc.orig/Makefile	2014-02-04 21:30:57.844878370 +1100
+++ ./Makefile	2014-02-04 20:53:37.647645372 +1100
@@ -263,6 +263,7 @@
 			--disable-alsa \
 			--disable-dc1394 \
 			--disable-directfb \
+			--disable-libfreerdp \
 			--disable-projectm \
 			--disable-telx \
 			--disable-tremor \
--- vlc-2.1.2_1,4.patch ends here ---



More information about the freebsd-multimedia mailing list