git: f8047fd4657a - main - audio/mixxx22: change optimize to native

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Jul 31 19:43:06 UTC 2021


The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8047fd4657ab714361f53c11e945542f266afc9

commit f8047fd4657ab714361f53c11e945542f266afc9
Author:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
AuthorDate: 2021-07-31 19:40:40 +0000
Commit:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
CommitDate: 2021-07-31 19:42:53 +0000

    audio/mixxx22: change optimize to native
---
 audio/mixxx22/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/mixxx22/Makefile b/audio/mixxx22/Makefile
index 539a9fcc9920..5750dbf9778c 100644
--- a/audio/mixxx22/Makefile
+++ b/audio/mixxx22/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	mixxx
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	2.2.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 PKGNAMESUFFIX?=	22
 
@@ -45,7 +45,7 @@ USE_QT=		buildtools concurrent core dbus gui network opengl script scripttools \
 CONFLICTS=	mixxx-*
 
 MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
-		build=release optimize=off ${GUI} battery=0 vamp=1 modplug=1 mad=1
+		build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1 mad=1
 LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
 
 GUI=		qt5=1


More information about the dev-commits-ports-all mailing list