Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2019 17:55:47 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510714 - head/Mk
Message-ID:  <201909011755.x81HtlZa058696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Sep  1 17:55:47 2019
New Revision: 510714
URL: https://svnweb.freebsd.org/changeset/ports/510714

Log:
  Mk/bsd.options.desc.mk: add ALTIVEC option
  
  Enough ports support ALTIVEC option that it makes sense to add ALTIVEC option globally.
  
  Approved by:	linimon (mentor)
  Differential Revision:	https://reviews.freebsd.org/D21403

Modified:
  head/Mk/bsd.options.desc.mk

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Sun Sep  1 17:48:45 2019	(r510713)
+++ head/Mk/bsd.options.desc.mk	Sun Sep  1 17:55:47 2019	(r510714)
@@ -22,6 +22,7 @@ AALIB_DESC?=		AAlib graphics library support
 ACOUSTID_DESC?=		AcoustID audio fingerprinting support
 ALAC_DESC?=		Apple Lossless audio format support
 ALSA_DESC?=		ALSA audio architecture support
+ALTIVEC_DESC?=		Use Altivec optimized routines
 AMR_DESC?=		AMR 3GPP speech codec support (opencore)
 AMR_NB_DESC?=		AMR Narrow Band audio support (opencore)
 AMR_WB_DESC?=		AMR Wide Band audio support (opencore)



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