Skip to content

Commit

Permalink
dev-ada/gnat_util: use gnatmake wrapper to build
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Sep 18, 2019
1 parent cea1a6b commit b87a69f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-ada/gnat_util/gnat_util-2017-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ S="${WORKDIR}"/${MYP}-src
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )

src_compile() {
emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
emake GNATMAKE="gnatmake ${ADAFLAGS}" \
BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
if use static-libs; then
emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static
Expand Down
2 changes: 1 addition & 1 deletion dev-ada/gnat_util/gnat_util-2018-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ S="${WORKDIR}"/${MYP}-src
PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )

src_compile() {
emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
emake GNATMAKE="gnatmake ${ADAFLAGS}" \
BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
if use static-libs; then
emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static
Expand Down
2 changes: 1 addition & 1 deletion dev-ada/gnat_util/gnat_util-2019-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ S="${WORKDIR}"/${MYP}-194CA-src
PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )

src_compile() {
emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
emake GNATMAKE="gnatmake ${ADAFLAGS}" \
BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
if use static-libs; then
emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static
Expand Down

0 comments on commit b87a69f

Please sign in to comment.