Skip to content

Commit

Permalink
app-text/openjade: fix compilation using Clang, bug #604534
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
grobian committed Jan 12, 2017
1 parent 098c472 commit c406876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-text/openjade/openjade-1.3.2-r6.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit autotools sgml-catalog eutils flag-o-matic multilib
inherit autotools sgml-catalog eutils flag-o-matic multilib toolchain-funcs

DESCRIPTION="Jade is an implementation of DSSSL for formatting SGML and XML documents"
HOMEPAGE="http://openjade.sourceforge.net"
Expand Down Expand Up @@ -53,7 +53,7 @@ src_configure() {
# avoids dead-store elimination optimization
# leading to segfaults on GCC 6
# bug #592590 #596506
append-cxxflags $(test-flags-CXX -fno-lifetime-dse)
tc-is-clang || append-cxxflags $(test-flags-CXX -fno-lifetime-dse)

# We need Prefix env, bug #287358
export CONFIG_SHELL="${CONFIG_SHELL:-${BASH}}"
Expand Down

0 comments on commit c406876

Please sign in to comment.