Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 15:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        vbox@FreeBSD.org
Subject:   Re: ports/184296: commit references a PR
Message-ID:  <201401171540.s0HFe1Mr004218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184296; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184296: commit references a PR
Date: Fri, 17 Jan 2014 15:37:41 +0000 (UTC)

 Author: decke
 Date: Fri Jan 17 15:37:33 2014
 New Revision: 340056
 URL: http://svnweb.freebsd.org/changeset/ports/340056
 QAT: https://qat.redports.org/buildarchive/r340056/
 
 Log:
   Add KBUILD_ARCH substitution for DPorts
   
   PR:		ports/184296
   Submitted by:	John Marino <jmarino@FreeBSD.org>
 
 Modified:
   head/devel/kBuild/Makefile
 
 Modified: head/devel/kBuild/Makefile
 ==============================================================================
 --- head/devel/kBuild/Makefile	Fri Jan 17 15:21:15 2014	(r340055)
 +++ head/devel/kBuild/Makefile	Fri Jan 17 15:37:33 2014	(r340056)
 @@ -23,7 +23,7 @@ CONFLICTS_INSTALL=	kBuild-devel-[0-9]*
  WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
  
  KBUILD_VERSION=	0.1.9998
 -KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/}
 +KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/}
  KBUILD_ENV=	ACLOCAL=${ACLOCAL} \
  		AUTOMAKE=${AUTOMAKE} \
  		AUTORECONF=${AUTORECONF} \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401171540.s0HFe1Mr004218>