diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-10-26 20:38:28 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-10-26 20:38:28 +0000 |
commit | 2f507c3cbf4e2a6dc59f93f05e63b76fd08d0c3f (patch) | |
tree | 7d075b01b480441d6817b82a13a0725dfc8f2faf /media-video/vlc/vlc-2.1.9999.ebuild | |
parent | version bump (diff) | |
download | historical-2f507c3cbf4e2a6dc59f93f05e63b76fd08d0c3f.tar.gz historical-2f507c3cbf4e2a6dc59f93f05e63b76fd08d0c3f.tar.bz2 historical-2f507c3cbf4e2a6dc59f93f05e63b76fd08d0c3f.zip |
Corrected name of freerdp configure flag; reported by Jouni Kosonen, fixes bug #489504. Since it was automatically enabled and a rather minor feature in terms of size, not worth the compile time of a revision bump.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Manifest-Sign-Key: 0x6D34E57D
Diffstat (limited to 'media-video/vlc/vlc-2.1.9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-2.1.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-2.1.9999.ebuild b/media-video/vlc/vlc-2.1.9999.ebuild index 69a6eb0532d0..d7ccbea937ae 100644 --- a/media-video/vlc/vlc-2.1.9999.ebuild +++ b/media-video/vlc/vlc-2.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.5 2013/10/26 17:16:29 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.6 2013/10/26 20:38:22 tomwij Exp $ EAPI="5" @@ -352,7 +352,7 @@ src_configure() { $(use_enable projectm) \ $(use_enable pulseaudio pulse) \ ${qt_flag} \ - $(use_enable rdp freerdp) \ + $(use_enable rdp libfreerdp) \ $(use_enable rtsp realrtsp) \ $(use_enable run-as-root) \ $(use_enable samba smbclient) \ |