From 4cb4cab386e3794b3e267aebc32163b120ad683b Mon Sep 17 00:00:00 2001 From: Tupone Alfredo Date: Wed, 14 Nov 2018 22:43:20 +0100 Subject: dev-ada/asis: Fix build with new libgpr Signed-off-by: Alfredo Tupone Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-ada/asis/asis-2016.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-ada') 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" } -- cgit v1.2.3