svn commit: r361725 - head/devel/psptoolchain-binutils

John Marino marino at FreeBSD.org
Sun Jul 13 23:20:35 UTC 2014


Author: marino
Date: Sun Jul 13 23:20:34 2014
New Revision: 361725
URL: http://svnweb.freebsd.org/changeset/ports/361725
QAT: https://qat.redports.org/buildarchive/r361725/

Log:
  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.

Modified:
  head/devel/psptoolchain-binutils/Makefile

Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile	Sun Jul 13 23:13:32 2014	(r361724)
+++ head/devel/psptoolchain-binutils/Makefile	Sun Jul 13 23:20:34 2014	(r361725)
@@ -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 \


More information about the svn-ports-all mailing list