freebsd-ports/mail/xc-mail/files/patch-src_configure
Renato Botelho 6a4566b7ae - Unbroken on FreeBSD > 502014
PR:		ports/85122
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer timeout (18 days)
2005-09-06 18:48:58 +00:00

16 lines
434 B
Text

--- src/configure.orig Wed Aug 17 10:33:21 2005
+++ src/configure Wed Aug 17 10:36:06 2005
@@ -4679,9 +4679,10 @@
_d=XCmail.readme.h
fi
echo "$ac_t""creating $_d" 1>&6
- ( echo "static char *readme=\""
- sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g"
- echo "\";"
+ ( echo "static char *readme="
+ sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g" \
+ -e "s/^/\"/" -e "s/$/\"/"
+ echo ";"
) <${srcdir}/../README >$_d