diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-20 10:59:27 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-18 23:41:02 +0200 |
commit | 8c834d154fad64b4e41fe90008a21d573b1fa490 (patch) | |
tree | 001ceeb7303de396f60a233192d98303af5d2b4d /sys-process | |
parent | net-p2p/freenet: remove unused file (diff) | |
download | gentoo-8c834d154fad64b4e41fe90008a21d573b1fa490.tar.gz gentoo-8c834d154fad64b4e41fe90008a21d573b1fa490.tar.bz2 gentoo-8c834d154fad64b4e41fe90008a21d573b1fa490.zip |
sys-process/numactl: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25998
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numactl/files/numactl-2.0.10-numademo-cflags.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/numactl/files/numactl-2.0.10-numademo-cflags.patch b/sys-process/numactl/files/numactl-2.0.10-numademo-cflags.patch deleted file mode 100644 index 9b318df5a5ca..000000000000 --- a/sys-process/numactl/files/numactl-2.0.10-numademo-cflags.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/540856 - -respect user CFLAGS - ---- a/Makefile.am -+++ b/Makefile.am -@@ -23,7 +23,7 @@ numastat_CFLAGS = $(AM_CFLAGS) -std=gnu99 - - numademo_SOURCES = numademo.c stream_lib.c stream_lib.h mt.c mt.h clearcache.c clearcache.h - numademo_CPPFLAGS = $(AM_CPPFLAGS) -DHAVE_STREAM_LIB -DHAVE_MT -DHAVE_CLEAR_CACHE --numademo_CFLAGS = -O3 -ffast-math -funroll-loops -+numademo_CFLAGS = $(AM_CFLAGS) -ffast-math -funroll-loops - if HAVE_TREE_VECTORIZE - numademo_CFLAGS += -ftree-vectorize - endif |