diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-01-03 08:51:13 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-01-03 14:09:51 +0000 |
commit | 0d263b6ad1d1cfdee52f55bb6c7817e10ebf01bc (patch) | |
tree | 53b5af218dd04612f6c09ea0d7b776b12cb76be4 | |
parent | 5d8a37773882dff87e5fb321ceba2a2b153f25c7 (diff) |
devel/R-cran-data.table: remove ELFv1 support
-rw-r--r-- | devel/R-cran-data.table/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/R-cran-data.table/Makefile b/devel/R-cran-data.table/Makefile index 442dc82f525c..c6cd4b82e931 100644 --- a/devel/R-cran-data.table/Makefile +++ b/devel/R-cran-data.table/Makefile @@ -19,10 +19,6 @@ OPTIONS_DEFAULT= OPENMP OPENMP_CONFIGURE_ENABLE= openmp -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC= yes -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/data.table/libs/data_table.so |