Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/zlib/files: zlib-1.2.5-fbsd_chosts.patch
Date: Sat, 01 May 2010 11:02:13
Message-Id: 20100501110210.B74D32C0D9@corvid.gentoo.org
1 aballier 10/05/01 11:02:10
2
3 Added: zlib-1.2.5-fbsd_chosts.patch
4 Log:
5 add a small patch to recognize freebsd chosts too, bug #316841
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-libs/zlib/files/zlib-1.2.5-fbsd_chosts.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/files/zlib-1.2.5-fbsd_chosts.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/files/zlib-1.2.5-fbsd_chosts.patch?rev=1.1&content-type=text/plain
13
14 Index: zlib-1.2.5-fbsd_chosts.patch
15 ===================================================================
16 --- zlib-1.2.5/configure.in 2010-05-01 12:45:30.000000000 +0200
17 +++ zlib-1.2.5/configure 2010-05-01 12:45:55.000000000 +0200
18 @@ -118,7 +118,7 @@
19 uname=`(uname -s || echo unknown) 2>/dev/null`
20 fi
21 case "$uname" in
22 - Linux* | linux* | GNU | GNU/* | *BSD | DragonFly) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
23 + Linux* | linux* | GNU | GNU/* | *BSD | DragonFly | freebsd* ) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
24 CYGWIN* | Cygwin* | cygwin* | OS/2*)
25 EXE='.exe' ;;
26 MINGW*|mingw*)