svn commit: r532440 - head/audio/fogpad-lv2/files

Mark Linimon linimon at FreeBSD.org
Wed Apr 22 02:12:43 UTC 2020


Author: linimon
Date: Wed Apr 22 02:12:42 2020
New Revision: 532440
URL: https://svnweb.freebsd.org/changeset/ports/532440

Log:
  Patch out -mtune=generic.
  
  This fixed the build on GCC-based systems, plus, we should turn this
  off on package building machines in any case.
  
  Approved by:	portmgr (tier-2 blanket)

Added:
  head/audio/fogpad-lv2/files/patch-dpf_Makefile.base.mk   (contents, props changed)

Added: head/audio/fogpad-lv2/files/patch-dpf_Makefile.base.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/fogpad-lv2/files/patch-dpf_Makefile.base.mk	Wed Apr 22 02:12:42 2020	(r532440)
@@ -0,0 +1,11 @@
+--- dpf/Makefile.base.mk.orig	2019-11-25 14:44:31 UTC
++++ dpf/Makefile.base.mk
+@@ -129,7 +129,7 @@ endif
+ # Set build and link flags
+ 
+ BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
+-BASE_OPTS  = -O3 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
++BASE_OPTS  = -O3 -ffast-math -fdata-sections -ffunction-sections
+ 
+ ifeq ($(CPU_I386_OR_X86_64),true)
+ BASE_OPTS += -msse -msse2


More information about the svn-ports-head mailing list