Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 22:37:10 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444420 - head/graphics/darktable
Message-ID:  <201706262237.v5QMbAVc048740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 26 22:37:10 2017
New Revision: 444420
URL: https://svnweb.freebsd.org/changeset/ports/444420

Log:
  arm64 has no meaning here.  The correct spelling is aarch64.
  
  Since the port needs sse functions, it won't run there anyway.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Mon Jun 26 22:29:52 2017	(r444419)
+++ head/graphics/darktable/Makefile	Mon Jun 26 22:37:10 2017	(r444420)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libsoup-2.4.so:devel/libsoup \
 		libtiff.so:graphics/tiff
 
-ONLY_FOR_ARCHS=		amd64 arm64
+ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	uses SSE instructions and 64-bit address space
 
 USES=		cmake:outsource compiler:c++11-lib desktop-file-utils	\



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