Date: Sat, 31 Jul 2021 19:43:06 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f8047fd4657a - main - audio/mixxx22: change optimize to native Message-ID: <202107311943.16VJh6Fb098970@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> AuthorDate: 2021-07-31 19:40:40 +0000 Commit: Jose Alonso Cardenas Marquez <acm@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107311943.16VJh6Fb098970>