Description: Remove inappropriate compiler flags on arm.
 The flags used by this package result in build failures
 and violations of the minimum CPU baseline. Remove them.
Author: Peter Micheal Green <plugwash@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-10-28

--- mixxx-2.1.4~dfsg.orig/build/features.py
+++ mixxx-2.1.4~dfsg/build/features.py
@@ -1163,8 +1163,8 @@ class Optimize(Feature):
                         build.env.Append(CCFLAGS='-mfpmath=sse')
                 elif build.architecture_is_arm:
                     self.status = self.build_status(optimize_level)
-                    build.env.Append(CCFLAGS='-mfloat-abi=hard')
-                    build.env.Append(CCFLAGS='-mfpu=neon')
+                    #build.env.Append(CCFLAGS='-mfloat-abi=hard')
+                    #build.env.Append(CCFLAGS='-mfpu=neon')
                 else:
                     self.status = self.build_status(optimize_level)
                 # this sets macros __SSE2_MATH__ __SSE_MATH__ __SSE2__ __SSE__
