svn commit: r367795 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 10 06:05:47 UTC 2014


Author: bapt
Date: Wed Sep 10 06:05:46 2014
New Revision: 367795
URL: http://svnweb.freebsd.org/changeset/ports/367795
QAT: https://qat.redports.org/buildarchive/r367795/

Log:
  Allow to specify full target directly from the slave

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Wed Sep 10 03:11:42 2014	(r367794)
+++ head/devel/binutils/Makefile	Wed Sep 10 06:05:46 2014	(r367795)
@@ -28,10 +28,11 @@ USES=		bison gmake libtool tar:bzip2
 GNU_CONFIGURE=	yes
 
 .if defined(PKGNAMEPREFIX)
+BUTARGET?=	${PKGNAMEPREFIX}${OPSYS:tl}
 OPTIONS_EXCLUDE=	NLS
 INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
 CONFIGURE_ARGS+=	--disable-shared \
-			--target=${PKGNAMEPREFIX}${OPSYS:tl}
+			--target=${BUTARGET}
 .else
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list