ports/emulators/higan/files/patch-higan_GNUmakefile
Piotr Kubaj eaa3edf28f emulators/higan: unbreak on powerpc64, make ports tree compliant
Builds fine on powerpc64 without -march=native, which shouldn't be enabled anyway.

MFH:		2020Q1 (fix build blanket)
2020-02-09 11:08:46 +00:00

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)