[Bug 259170] audio/mixxx: should not set DOPTIMIZE:STRING=native

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Oct 2021 16:20:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259170

            Bug ID: 259170
           Summary: audio/mixxx: should not set DOPTIMIZE:STRING=native
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm@FreeBSD.org
          Reporter: mikael@FreeBSD.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)
          Assignee: acm@FreeBSD.org

march=native isn't valid on several non x86 platforms and causes build
failures.

--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -2,7 +2,7 @@

 PORTNAME=      mixxx
 DISTVERSION=   2.3.0
-PORTREVISION=  3
+PORTREVISION=  4
 CATEGORIES=    audio

 MAINTAINER=    acm@FreeBSD.org
@@ -47,7 +47,6 @@ USE_QT=               buildtools concurrent core dbus gui
linguisttools_build network \
 CONFLICTS=     mixxx22*

 CMAKE_ARGS+=   -DINSTALL_USER_UDEV_RULES:BOOL=OFF \
-               -DOPTIMIZE:STRING=native \
                -DBATTERY:BOOL=OFF \
                -DFAAD:BOOL=OFF \
                -DMODPLUG:BOOL=ON \

-- 
You are receiving this mail because:
You are the assignee for the bug.