mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
retroshare: fix build with gcc>=11
This commit is contained in:
parent
af2c6340c6
commit
6a70eb6fbd
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ homepage="https://retroshare.cc"
|
|||
distfiles="https://github.com/RetroShare/RetroShare/archive/v${version}.tar.gz"
|
||||
checksum=c545b9249ac7dbfef72a2d636bc0f8b729c7ce05f21a54dd9284b2a387592d4a
|
||||
|
||||
export CXXFLAGS="-std=c++14"
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue