aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-01 02:03:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-01 02:03:17 +0000
commite13a5c1b85d390fa6d4c3fba58a9f6b9951e7c63 (patch)
tree7f3c9ba504032f1ee65ffe5f83672e44bf7cbb0a
parentbba27791f46bd4d424550927dda5b246d8887249 (diff)
downloadports-e13a5c1b85d390fa6d4c3fba58a9f6b9951e7c63.tar.gz
ports-e13a5c1b85d390fa6d4c3fba58a9f6b9951e7c63.zip
There was one more case of -march=native that was missed by the
previous patch. Rename patch-Makefile to patch-source_Makefile and add patch-apps_Makefile. There is not enough history of the former to be worth a repomove IMHO. Pointy hat to: linimon
Notes
Notes: svn path=/head/; revision=483634
-rw-r--r--audio/zita-resampler/files/patch-apps_Makefile10
-rw-r--r--audio/zita-resampler/files/patch-source_Makefile (renamed from audio/zita-resampler/files/patch-Makefile)0
2 files changed, 10 insertions, 0 deletions
diff --git a/audio/zita-resampler/files/patch-apps_Makefile b/audio/zita-resampler/files/patch-apps_Makefile
new file mode 100644
index 000000000000..6fed4a528908
--- /dev/null
+++ b/audio/zita-resampler/files/patch-apps_Makefile
@@ -0,0 +1,10 @@
+--- ../apps/Makefile.orig 2018-10-31 16:04:18.214221199 +0000
++++ ../apps/Makefile 2018-10-31 16:04:25.590905029 +0000
+@@ -25,7 +25,6 @@
+ VERSION = 1.6.0
+ CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\"
+ CXXFLAGS += -O2 -ffast-math -Wall
+-CXXFLAGS += -march=native
+
+
+ all: zresample zretune zresample.1.gz zretune.1.gz
diff --git a/audio/zita-resampler/files/patch-Makefile b/audio/zita-resampler/files/patch-source_Makefile
index ba35c0963bc0..ba35c0963bc0 100644
--- a/audio/zita-resampler/files/patch-Makefile
+++ b/audio/zita-resampler/files/patch-source_Makefile