* [gentoo-commits] repo/gentoo:master commit in: dev-libs/maloc/files/
@ 2016-09-04 18:58 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-09-04 18:58 UTC (permalink / raw
To: gentoo-commits
commit: c0dafe00ff9e0f9c167fba6378c7fc7c7197a6a8
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 4 11:49:05 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 18:58:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dafe00
dev-libs/maloc: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/2234
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/maloc/files/0.2.1-asneeded.patch | 13 -------------
dev-libs/maloc/files/0.2.1-mpi.patch | 24 ------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-libs/maloc/files/0.2.1-asneeded.patch b/dev-libs/maloc/files/0.2.1-asneeded.patch
deleted file mode 100644
index 8e2e20c..00000000
--- a/dev-libs/maloc/files/0.2.1-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/aaa_lib/Makefile.am b/src/aaa_lib/Makefile.am
-index 6e06324..d1e825b 100644
---- a/src/aaa_lib/Makefile.am
-+++ b/src/aaa_lib/Makefile.am
-@@ -53,7 +53,7 @@ libdir = ${prefix}/lib/${fetk_cpu_vendor_os}
- lib_LTLIBRARIES = libmaloc.la ${LIBEFENCE}
-
- libmaloc_la_SOURCES =
--libmaloc_la_LIBADD = ${BASE_LIBS} ${VSYS_LIBS} ${VSH_LIBS} ${PSH_LIBS}
-+libmaloc_la_LIBADD = ${BASE_LIBS} ${VSYS_LIBS} ${VSH_LIBS} ${PSH_LIBS} -lreadline -lm
- libmaloc_la_LDFLAGS = -version-info ${FETK_VERSION}
-
- libefence_la_SOURCES =
diff --git a/dev-libs/maloc/files/0.2.1-mpi.patch b/dev-libs/maloc/files/0.2.1-mpi.patch
deleted file mode 100644
index 824752b..00000000
--- a/dev-libs/maloc/files/0.2.1-mpi.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index ab7726e..0208780 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -381,12 +381,14 @@ AC_SUBST(rl_inc)
- dnl # ----------------------
- dnl # HANDLE THE MPI LIBRARY
- dnl # ----------------------
-+mpi_use="";
- AC_MSG_CHECKING([whether you want MPI])
--AC_ARG_ENABLE(mpi,
-- [ --enable-mpi enable MPI layer [[default=no]]],
-- [ mpi_use="yes" ],
-- [ mpi_use="" ]
--)
-+AC_ARG_ENABLE([mpi],
-+ AS_HELP_STRING([--enable-mpi enable MPI layer [[default=no]]]))
-+
-+AS_IF([test "x$enable_mpi" = "xyes"], [
-+ mpi_use="yes"
-+])
- mpi_lib="";
- mpi_inc="";
- if test -z "${mpi_use}"; then
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-04 18:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-04 18:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/maloc/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox