Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 05:32:26 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480226 - head/devel/opencl
Message-ID:  <201809210532.w8L5WQMb010996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Sep 21 05:32:26 2018
New Revision: 480226
URL: https://svnweb.freebsd.org/changeset/ports/480226

Log:
  devel/opencl: Add NO_ARCH=yes
  
  Approved by:	portmgr blanket

Modified:
  head/devel/opencl/Makefile

Modified: head/devel/opencl/Makefile
==============================================================================
--- head/devel/opencl/Makefile	Fri Sep 21 05:11:36 2018	(r480225)
+++ head/devel/opencl/Makefile	Fri Sep 21 05:32:26 2018	(r480226)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opencl
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ohartman@zedat.fu-berlin.de
@@ -26,6 +27,7 @@ CLHPP_TAG=	8b6a312
 
 USES=		python:build
 NO_CONFIGURE=	yes
+NO_ARCH=	yes
 
 WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL
 



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