diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-29 16:00:05 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-29 17:57:23 +0100 |
commit | baef7f8fb13a303f435463c42d1cabe69ef0e54e (patch) | |
tree | a28c0388beec038b13e7f0c67d135b876e90d442 /graphics/R-cran-s2/files/extra-patch-src_Makevars.in | |
parent | security/gnupg1: drop binutils on powerpc (diff) |
graphics/R-cran-s2: remove unnecessary patch
Diffstat (limited to 'graphics/R-cran-s2/files/extra-patch-src_Makevars.in')
-rw-r--r-- | graphics/R-cran-s2/files/extra-patch-src_Makevars.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/R-cran-s2/files/extra-patch-src_Makevars.in b/graphics/R-cran-s2/files/extra-patch-src_Makevars.in deleted file mode 100644 index c017fdb15481..000000000000 --- a/graphics/R-cran-s2/files/extra-patch-src_Makevars.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makevars.in.orig 2023-05-13 20:29:12 UTC -+++ src/Makevars.in -@@ -1,6 +1,6 @@ - PKG_CPPFLAGS = -I../src -DSTRICT_R_HEADERS - PKG_LIBS = @libs@ --PKG_CXXFLAGS = @cflags@ -pthread -+PKG_CXXFLAGS = @cflags@ -pthread -mcpu=power7 - - CXX_STD = CXX11 - |