Date: Tue, 24 Sep 2019 04:06:15 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512699 - head/games/pachi-game-engine/files Message-ID: <201909240406.x8O46FWU039228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Sep 24 04:06:15 2019 New Revision: 512699 URL: https://svnweb.freebsd.org/changeset/ports/512699 Log: Turn off agressive optimizations to build the most generic packages (and, as a consequence, fix build on GCC-based systems): cc1: error: unrecognized command line option "-march=native" Approved by: portmgr (tier-2 blanket) Modified: head/games/pachi-game-engine/files/patch-Makefile Modified: head/games/pachi-game-engine/files/patch-Makefile ============================================================================== --- head/games/pachi-game-engine/files/patch-Makefile Tue Sep 24 03:17:16 2019 (r512698) +++ head/games/pachi-game-engine/files/patch-Makefile Tue Sep 24 04:06:15 2019 (r512699) @@ -1,5 +1,14 @@ --- Makefile.orig 2019-03-31 19:01:16 UTC +++ Makefile +@@ -12,7 +12,7 @@ + # Otherwise you may do without to enable more aggressive optimizations + # for this machine only. + +-# GENERIC=1 ++GENERIC=1 + + # Do you compile on Windows instead of Linux ? + # Please note that performance may not be optimal. @@ -105,8 +105,8 @@ DATADIR ?= $(PREFIX)/share/pachi # unless PROFILING=gprof.) OPT ?= -O3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909240406.x8O46FWU039228>