Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1633)

Unified Diff: sys-libs/zlib/zlib-1.2.3-r1.ebuild

Issue 5176006: Applying Neon optimization patch to the ZLIB library. Base URL: http://git.chromium.org/git/portage.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.3-neon-optimized.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-libs/zlib/zlib-1.2.3-r1.ebuild
diff --git a/sys-libs/zlib/zlib-1.2.3-r1.ebuild b/sys-libs/zlib/zlib-1.2.3-r1.ebuild
index 0aa2f4c1c8b62f2d34b63df5d311a9c854012e38..e7f3b4b7e4d3ff58d2e9642fca7db10456c07f40 100644
--- a/sys-libs/zlib/zlib-1.2.3-r1.ebuild
+++ b/sys-libs/zlib/zlib-1.2.3-r1.ebuild
@@ -28,6 +28,11 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-1.2.3-r1-bsd-soname.patch #123571
epatch "${FILESDIR}"/${PN}-1.2.3-LDFLAGS.patch #126718
epatch "${FILESDIR}"/${PN}-1.2.3-mingw-implib.patch #288212
+ case ${CHOST} in
+ *arm*)
+ epatch "${FILESDIR}"/${PN}-1.2.3-neon-optimized.patch
+ ;;
+ esac
sed -i -e '/ldconfig/d' Makefile*
}
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.3-neon-optimized.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698