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

Side by Side Diff: sys-libs/zlib/files/zlib-1.2.5-fbsd_chosts.patch

Issue 6776028: Upgrade libxml2 and its portage dependencies (Closed) Base URL: ssh://gitrw.chromium.org:9222/portage-stable.git@master
Patch Set: Created 9 years, 8 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 accept freebsd targets
2
3 http://bugs.gentoo.org/316841
4
5 --- zlib-1.2.5/configure
6 +++ zlib-1.2.5/configure
7 @@ -118,7 +118,7 @@
8 uname=`(uname -s || echo unknown) 2>/dev/null`
9 fi
10 case "$uname" in
11 - Linux* | linux* | GNU | GNU/* | *BSD | DragonFly) LDSHARED=${LDSHARED-"$cc -s hared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
12 + Linux* | linux* | GNU | GNU/* | *BSD | DragonFly | freebsd* ) LDSHARED=${LDSH ARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
13 CYGWIN* | Cygwin* | cygwin* | OS/2*)
14 EXE='.exe' ;;
15 MINGW*|mingw*)
OLDNEW
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.3-visibility-support.patch ('k') | sys-libs/zlib/files/zlib-1.2.5-ldflags.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698