devel/psptoolchain-binutils: Fix stage support for DragonFly

The configure target was hardcoded for FreeBSD.  This change fixes the
build on DragonFly while being a No-Op for FreeBSD.
This commit is contained in:
John Marino 2014-07-13 23:20:34 +00:00
parent 7669ec823b
commit 82cac5bde9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361725

View File

@ -17,7 +17,7 @@ USES= gmake tar:bzip2 libtool
USE_GCC= any
HAS_CONFIGURE= yes
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX} \
--target="psp" \
--enable-install-libbfd \