projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09396b5
)
dev-ada/asis: Fix build with new libgpr
author
Tupone Alfredo
<tupone@gentoo.org>
Wed, 14 Nov 2018 21:43:20 +0000
(22:43 +0100)
committer
Tupone 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
patch
|
blob
|
history
diff --git
a/dev-ada/asis/asis-2016.ebuild
b/dev-ada/asis/asis-2016.ebuild
index 1655a468d62d77948f8e881cc12b5aba404d06a5..70735545b32d09f4ca6afc200efe44a78dfa7b4b 100644
(file)
--- 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"
}