svn commit: r519651 - head/audio/stone-phaser-lv2/files
Mark Linimon
linimon at FreeBSD.org
Tue Dec 10 08:41:09 UTC 2019
Author: linimon
Date: Tue Dec 10 08:41:08 2019
New Revision: 519651
URL: https://svnweb.freebsd.org/changeset/ports/519651
Log:
Turn off -mtune=generic for package building.
Approved by: portmgr (tier-2 blanket)
Added:
head/audio/stone-phaser-lv2/files/patch-dpf_Makefile.base.mk (contents, props changed)
Added: head/audio/stone-phaser-lv2/files/patch-dpf_Makefile.base.mk
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/stone-phaser-lv2/files/patch-dpf_Makefile.base.mk Tue Dec 10 08:41:08 2019 (r519651)
@@ -0,0 +1,11 @@
+--- dpf/Makefile.base.mk.orig 2019-09-28 00:18:08 UTC
++++ dpf/Makefile.base.mk
+@@ -106,7 +106,7 @@ endif
+ # Set build and link flags
+
+ BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
+-BASE_OPTS = -O3 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
++BASE_OPTS = -O3 -ffast-math -msse -msse2 -fdata-sections -ffunction-sections
+
+ ifeq ($(MACOS),true)
+ # MacOS linker flags
More information about the svn-ports-head
mailing list