Skip to content

Commit

Permalink
media-video/cclive: Fix building with latest glibmm/libsigc++ (#567174)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 19, 2015
1 parent 4282b8a commit db7f0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-video/cclive/cclive-0.9.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

inherit eutils
inherit eutils flag-o-matic

DESCRIPTION="Command line tool for extracting videos from various websites"
HOMEPAGE="http://cclive.sourceforge.net/"
Expand All @@ -30,5 +30,6 @@ src_prepare() {
}

src_configure() {
append-cxxflags -std=c++11 #567174
econf --disable-ccl
}

0 comments on commit db7f0ad

Please sign in to comment.