git: baef7f8fb13a - main - graphics/R-cran-s2: remove unnecessary patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:34 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=baef7f8fb13a303f435463c42d1cabe69ef0e54e commit baef7f8fb13a303f435463c42d1cabe69ef0e54e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-29 15:00:05 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:57:23 +0000 graphics/R-cran-s2: remove unnecessary patch --- graphics/R-cran-s2/files/extra-patch-src_Makevars.in | 10 ---------- 1 file changed, 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 -