mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
sci-calculators/datamash: Fix patch/drop autotools.eclass.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="command-line program for basic numeric, textual and statistical operations"
|
||||
HOMEPAGE="https://www.gnu.org/software/datamash/"
|
||||
@@ -28,12 +27,6 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.2-libcrypto.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
|
||||
@@ -8,3 +8,23 @@
|
||||
$(ROUND_LIBM) \
|
||||
$(ROUNDL_LIBM) \
|
||||
$(SQRT_LIBM) \
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -339,7 +339,8 @@
|
||||
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
||||
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
||||
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
||||
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
||||
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
||||
+ $(am__DEPENDENCIES_1)
|
||||
datamash_LINK = $(CCLD) $(datamash_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
AM_V_P = $(am__v_P_@AM_V@)
|
||||
@@ -1908,6 +1909,7 @@
|
||||
$(LDEXPL_LIBM) \
|
||||
$(LIBICONV) \
|
||||
$(LIBINTL) \
|
||||
+ $(LIB_CRYPTO) \
|
||||
$(ROUND_LIBM) \
|
||||
$(ROUNDL_LIBM) \
|
||||
$(SQRT_LIBM) \
|
||||
|
||||
Reference in New Issue
Block a user