diff options
author | Dale Showers <gentoo@fictx.com> | 2024-04-01 16:21:56 -0400 |
---|---|---|
committer | Dale Showers <gentoo@fictx.com> | 2024-04-01 16:21:56 -0400 |
commit | f5659edf6d98011a6a6cb7409f0ce2405b610688 (patch) | |
tree | 8267b702ed014c4485a98c9ac6ec8643d7432118 /net-voip | |
parent | net-voip/baresip: Fixed KEYWORDS (diff) | |
download | guru-f5659edf6d98011a6a6cb7409f0ce2405b610688.tar.gz guru-f5659edf6d98011a6a6cb7409f0ce2405b610688.tar.bz2 guru-f5659edf6d98011a6a6cb7409f0ce2405b610688.zip |
net-voip/re: Added static-libs use flag
Signed-off-by: Dale Showers <gentoo@fictx.com>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/re/re-3.10.0.ebuild | 11 | ||||
-rw-r--r-- | net-voip/re/re-3.7.0.ebuild | 11 | ||||
-rw-r--r-- | net-voip/re/re-3.8.0.ebuild | 11 | ||||
-rw-r--r-- | net-voip/re/re-3.9.0.ebuild | 11 |
4 files changed, 40 insertions, 4 deletions
diff --git a/net-voip/re/re-3.10.0.ebuild b/net-voip/re/re-3.10.0.ebuild index dd6abc01c..67c2e68cf 100644 --- a/net-voip/re/re-3.10.0.ebuild +++ b/net-voip/re/re-3.10.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} diff --git a/net-voip/re/re-3.7.0.ebuild b/net-voip/re/re-3.7.0.ebuild index dd6abc01c..67c2e68cf 100644 --- a/net-voip/re/re-3.7.0.ebuild +++ b/net-voip/re/re-3.7.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} diff --git a/net-voip/re/re-3.8.0.ebuild b/net-voip/re/re-3.8.0.ebuild index dd6abc01c..67c2e68cf 100644 --- a/net-voip/re/re-3.8.0.ebuild +++ b/net-voip/re/re-3.8.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} diff --git a/net-voip/re/re-3.9.0.ebuild b/net-voip/re/re-3.9.0.ebuild index dd6abc01c..67c2e68cf 100644 --- a/net-voip/re/re-3.9.0.ebuild +++ b/net-voip/re/re-3.9.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} |