summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-03-24 08:15:08 -0500
committerBen Kohler <bkohler@gentoo.org>2020-03-24 08:31:47 -0500
commit1ff27d9452dac0083f45d4d5d51a8dd937d86d1b (patch)
tree6aac025fc1b6594973d0e1464d51e0510706426f /net-mail/serialmail
parentnet-wireless/irda-utils: fix bad sed delimiter (diff)
downloadgentoo-1ff27d9452dac0083f45d4d5d51a8dd937d86d1b.tar.gz
gentoo-1ff27d9452dac0083f45d4d5d51a8dd937d86d1b.tar.bz2
gentoo-1ff27d9452dac0083f45d4d5d51a8dd937d86d1b.zip
net-mail/serialmail: fix bad sed delimiter
Closes: https://bugs.gentoo.org/710704 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-mail/serialmail')
-rw-r--r--net-mail/serialmail/serialmail-0.75-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/serialmail/serialmail-0.75-r4.ebuild b/net-mail/serialmail/serialmail-0.75-r4.ebuild
index bf0fede65d3e..78801715a18e 100644
--- a/net-mail/serialmail/serialmail-0.75-r4.ebuild
+++ b/net-mail/serialmail/serialmail-0.75-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -27,9 +27,9 @@ src_prepare() {
epatch "${WORKDIR}"/${P}-gentoo.patch
epatch "${WORKDIR}"/${P}-smtpauth.patch
epatch "${WORKDIR}"/${P}-smtpauth_comp.patch
- sed -i "s:@CFLAGS@:${CFLAGS}:" conf-cc
+ sed -i "s|@CFLAGS@|${CFLAGS}|" conf-cc
use static && LDFLAGS="${LDFLAGS} -static"
- sed -i "s:@LDFLAGS@:${LDFLAGS}:" conf-ld
+ sed -i "s|@LDFLAGS@|${LDFLAGS}|" conf-ld
epatch "${FILESDIR}"/${P}-implicit.patch
}