Skip to content

Commit

Permalink
devel/powerpc64-gcc: add binutils dep on objdump
Browse files Browse the repository at this point in the history
/usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.

PR:		241159
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
emaste committed May 6, 2020
1 parent 0b214b8 commit 7150489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/powerpc64-gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ LICENSE_COMB= multi
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libmpc.so:math/mpc
BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
objdump:devel/binutils
RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}

CONFLICTS= ${TARGETARCH}-gcc6
Expand Down

0 comments on commit 7150489

Please sign in to comment.