aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Woźniak <y0rune@aol.com>2021-04-18 08:43:08 +0200
committerMarcin Woźniak <y0rune@aol.com>2021-04-18 08:43:08 +0200
commita31b227e08533b24be26b476dd7994c2de6da713 (patch)
tree0e05adcef4b78efcecb83889153afbb97fe57413
parentsys-process/nq: Install zsh completion script (diff)
downloadguru-a31b227e.tar.gz
guru-a31b227e.tar.bz2
guru-a31b227e.zip
mail-client/heirloom-mailx: Changed licence and fix problem with QA
Like in the bug I tried to add hide the error from QA. I simply added LDFLAGS in the emake. I think it should be help. EDIT: I tried with src_configure but the mailx do not have configure file. Bug: https://bugs.gentoo.org/782961 Closes: https://bugs.gentoo.org/782961 Signed-off-by: Marcin Woźniak <y0rune@aol.com>
-rw-r--r--mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
index fe87daf09..1fbbcf75e 100644
--- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
+++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2001-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,8 @@ KEYWORDS="~amd64"
DEPEND="net-libs/liblockfile
dev-libs/libbsd
virtual/mta
- mail-client/mailx-support"
+ mail-client/mailx-support
+ dev-libs/openssl"
RDEPEND="${DEPEND}
!virtual/mailx
@@ -29,7 +30,7 @@ src_prepare() {
src_compile(){
sed 's@<openssl@<openssl-1.0/openssl@' -i openssl.c fio.c makeconfig
- emake LDFLAGS=${LDFLAGS} LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
+ emake LDFLAGS="${LDFLAGS}" LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
}
src_install(){