diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-03-12 08:48:21 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-03-12 08:48:36 +0100 |
commit | fa49f6526d6cc24ebdf94471e0a4ae7635297ea6 (patch) | |
tree | 783c0583affc03eff0d593d6f05497e0263ff9f5 /math/nfft/files/patch-3rdparty_Makefile.am | |
parent | graphics/ocrad: Update 0.27 -> 0.28 (diff) |
math/nfft: Rework port to follow Porters Handbook
* Use upstream release archive
* Respect flags set by framework and do not use -march=native
* Add support for OpenMP and enable it on aarch64 and amd64 by default
* Overall rework of Makefile
* Enable all options to match packaging in other distros
PR: 261255
Diffstat (limited to 'math/nfft/files/patch-3rdparty_Makefile.am')
-rw-r--r-- | math/nfft/files/patch-3rdparty_Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/nfft/files/patch-3rdparty_Makefile.am b/math/nfft/files/patch-3rdparty_Makefile.am deleted file mode 100644 index f8d87898fa31..000000000000 --- a/math/nfft/files/patch-3rdparty_Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ ---- 3rdparty/Makefile.am.orig 2016-10-16 14:46:04 UTC -+++ 3rdparty/Makefile.am -@@ -2,8 +2,8 @@ - - noinst_LTLIBRARIES = lib3rdparty.la - --lib3rdparty_la_SOURCES = -+lib3rdparty_la_SOURCES = cpow.c - - lib3rdparty_la_LIBADD = cstripack/libcstripack.la - --EXTRA_DIST = README -\ No newline at end of file -+EXTRA_DIST = README |