From 82cac5bde96fb6813943132ef0694fb7c4b3d2ec Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 13 Jul 2014 23:20:34 +0000 Subject: [PATCH] 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. --- devel/psptoolchain-binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/psptoolchain-binutils/Makefile b/devel/psptoolchain-binutils/Makefile index 8a7c98f95992..46a74835b283 100644 --- a/devel/psptoolchain-binutils/Makefile +++ b/devel/psptoolchain-binutils/Makefile @@ -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 \