Skip to content

Commit

Permalink
sys-cluster/torque: adjust flags for modern toolchains
Browse files Browse the repository at this point in the history
This is a workaround patch that supports building toqrue on
an at-time-of-commit stable stage3 environment.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Ian Stakenvicius <[email protected]>
  • Loading branch information
axs-gentoo committed Oct 15, 2019
1 parent 4cec086 commit 625bf1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys-cluster/torque/torque-6.0.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ src_prepare() {
}

src_configure() {
append-cflags "-fpermissive"
use kernel_linux && append-cflags "-Dlinux"
append-cxxflags "-std=c++03"

econf \
$(use_enable tk gui) \
$(use_enable tk tcl-qstat) \
Expand Down

0 comments on commit 625bf1c

Please sign in to comment.