svn commit: r512699 - head/games/pachi-game-engine/files

Mark Linimon linimon at FreeBSD.org
Tue Sep 24 04:06:15 UTC 2019


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


More information about the svn-ports-head mailing list