dev-ada/asis: Fix build with new libgpr
authorTupone Alfredo <tupone@gentoo.org>
Wed, 14 Nov 2018 21:43:20 +0000 (22:43 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Wed, 14 Nov 2018 21:43:20 +0000 (22:43 +0100)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-ada/asis/asis-2016.ebuild

index 1655a468d62d77948f8e881cc12b5aba404d06a5..70735545b32d09f4ca6afc200efe44a78dfa7b4b 100644 (file)
@@ -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"
 }