git: 3cac510ca740 - main - audio/shuriken: fix build on !x86
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 01:05:46 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cac510ca740d6111a1d36b974dfdff96adab29d commit 3cac510ca740d6111a1d36b974dfdff96adab29d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-07-14 17:12:00 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-07-16 01:05:08 +0000 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' --- audio/shuriken/files/patch-Shuriken.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/audio/shuriken/files/patch-Shuriken.pro b/audio/shuriken/files/patch-Shuriken.pro new file mode 100644 index 000000000000..1468df905ad8 --- /dev/null +++ b/audio/shuriken/files/patch-Shuriken.pro @@ -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