svn commit: r510714 - head/Mk

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 1 17:55:47 UTC 2019


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)


More information about the svn-ports-all mailing list