mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Force qt5-qmake to pass CXXFLAGS to cpu features test. Define AVX OPTION only amd64/i386 arches due to cpu used. Off by default to keep out-of-box behavior and allow to build qt5-q3d and its consumes on any old processors. Necromages, go forward! :) PR: 255753 With hat: desktop Sponsored by: Netzkommune GmbH
6 lines
184 B
Prolog
6 lines
184 B
Prolog
--- config.tests/arch/arch.pro.orig 2021-05-26 21:40:42 UTC
|
|
+++ config.tests/arch/arch.pro
|
|
@@ -1,2 +1,3 @@
|
|
SOURCES = arch.cpp
|
|
+QMAKE_CXXFLAGS += $$(CXXFLAGS)
|
|
include(write_info.pri)
|