Skip to content

Commit

Permalink
app-cdr/cdrdao: use a better default AR setting
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Jan 11, 2016
1 parent 83a1a32 commit 1d89952
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-cdr/cdrdao/cdrdao-1.2.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# $Id$

EAPI=5
inherit eutils flag-o-matic

inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
HOMEPAGE="http://cdrdao.sourceforge.net/"
Expand Down Expand Up @@ -48,6 +49,9 @@ src_prepare() {
}

src_configure() {
# Make sure we use a sane default `ar`.
tc-export AR

# Fix building with latest libsigc++
append-cxxflags -std=c++11
find -name '*.h' -exec sed -i '/sigc++\/object.h/d' {} + || die
Expand Down

0 comments on commit 1d89952

Please sign in to comment.