mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Builds fine on powerpc64 without -march=native, which shouldn't be enabled anyway. MFH: 2020Q1 (fix build blanket)
10 lines
330 B
Text
10 lines
330 B
Text
--- higan/GNUmakefile.orig 2020-02-08 23:13:45 UTC
|
|
+++ higan/GNUmakefile
|
|
@@ -26,7 +26,6 @@ else ifneq ($(filter $(platform),linux bsd),)
|
|
flags += -fopenmp
|
|
link += -fopenmp
|
|
ifeq ($(binary),application)
|
|
- flags += -march=native
|
|
link += -Wl,-export-dynamic
|
|
link += -lX11 -lXext
|
|
else ifeq ($(binary),library)
|