summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-11-14 22:43:20 +0100
committerTupone Alfredo <tupone@gentoo.org>2018-11-14 22:43:20 +0100
commit4cb4cab386e3794b3e267aebc32163b120ad683b (patch)
tree1595ae4251464e2c17643855ac17df3f057b6e12
parentdev-ada/langkit: Fx build with new libgpr (diff)
downloadgentoo-4cb4cab386e3794b3e267aebc32163b120ad683b.tar.gz
gentoo-4cb4cab386e3794b3e267aebc32163b120ad683b.tar.bz2
gentoo-4cb4cab386e3794b3e267aebc32163b120ad683b.zip
dev-ada/asis: Fix build with new libgpr
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-ada/asis/asis-2016.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ada/asis/asis-2016.ebuild b/dev-ada/asis/asis-2016.ebuild
index 1655a468d62d..70735545b32d 100644
--- a/dev-ada/asis/asis-2016.ebuild
+++ b/dev-ada/asis/asis-2016.ebuild
@@ -34,6 +34,7 @@ src_compile() {
GPRBUILD_FLAGS="-vl"
emake tools PROCESSORS=$(makeopts_jobs) \
GPRBUILD_FLAGS="-vl \
+ -XGPR_BUILD=relocatable \
-XLIBRARY_TYPE=relocatable \
-XXMLADA_BUILD=relocatable"
}
@@ -42,6 +43,7 @@ src_install() {
emake prefix="${D}"/usr install
emake prefix="${D}"/usr install-tools \
GPRINSTALL="gprinstall \
+ -XGPR_BUILD=relocatable \
-XLIBRARY_TYPE=relocatable \
-XXMLADA_BUILD=relocatable"
}