OLD | NEW |
(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*) |
OLD | NEW |