summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-03 23:42:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-03 23:42:57 +0000
commit0a648c5255c22a6092b8de20ffba9e235299a293 (patch)
tree01fafea2ab39f38cb8c44abd9644eb49615a5520 /net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
parent9b39c5fa703e6f57558ea8a2ca68a5a0bfce1edd (diff)
gentoo auto-resync : 03:03:2024 - 23:42:57
Diffstat (limited to 'net-p2p/retroshare/retroshare-0.6.6-r1.ebuild')
-rw-r--r--net-p2p/retroshare/retroshare-0.6.6-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
index 2d5b75c038d1..ba21bf7b2854 100644
--- a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop qmake-utils xdg
+inherit flag-o-matic desktop qmake-utils xdg
DESCRIPTION="P2P private sharing application"
HOMEPAGE="https://retroshare.cc"
@@ -69,6 +69,9 @@ src_configure() {
use miniupnp && qupnplibs="miniupnpc"
use libupnp && qupnplibs="upnp ixml"
+ # bug 907898
+ use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
+
eqmake5 CONFIG+="${qconfigs[*]}" \
RS_MAJOR_VERSION=$(ver_cut 1) RS_MINOR_VERSION=$(ver_cut 2) \
RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}" \