1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

audio/shuriken: fix build on !x86

c++: error: unsupported option '-msse' for target 'powerpc64le-unknown-freebsd14.1'
c++: error: unsupported option '-msse2' for target 'powerpc64le-unknown-freebsd14.1'
This commit is contained in:
Piotr Kubaj 2024-07-14 19:12:00 +02:00
parent 225df9143a
commit 3cac510ca7

View File

@ -0,0 +1,13 @@
--- Shuriken.pro.orig 2024-07-14 17:04:28 UTC
+++ Shuriken.pro
@@ -13,9 +13,7 @@
}
}
}
-QMAKE_CXXFLAGS += -msse \
- -msse2 \
- -std=c++11
+QMAKE_CXXFLAGS += -std=c++11
nowarning: QMAKE_CXXFLAGS += -Wno-misleading-indentation \
-Wno-unused-parameter
nopie: QMAKE_LFLAGS += -no-pie