* [gentoo-commits] gentoo-x86 commit in dev-libs/zziplib/files: zziplib-0.13.49-configure-sed.patch
@ 2008-10-09 19:45 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-10-09 19:45 UTC (permalink / raw
To: gentoo-commits
vapier 08/10/09 19:45:29
Added: zziplib-0.13.49-configure-sed.patch
Log:
Fix by Elias Pipping for missing call to sed in configure #240556.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Revision Changes Path
1.1 dev-libs/zziplib/files/zziplib-0.13.49-configure-sed.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zziplib/files/zziplib-0.13.49-configure-sed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/zziplib/files/zziplib-0.13.49-configure-sed.patch?rev=1.1&content-type=text/plain
Index: zziplib-0.13.49-configure-sed.patch
===================================================================
fix by Elias Pipping
http://bugs.gentoo.org/240556
https://sourceforge.net/tracker/index.php?func=detail&aid=2155649&group_id=6389&atid=306389
--- configure
+++ configure
@@ -24686,7 +24686,7 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_cflags_no_writable_strings=`echo $ac_arg | -e 's,.*% *,,'` ; break
+ ac_cv_cflags_no_writable_strings=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-09 19:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09 19:45 [gentoo-commits] gentoo-x86 commit in dev-libs/zziplib/files: zziplib-0.13.49-configure-sed.patch Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox