summaryrefslogtreecommitdiff
blob: 9b1f8331029d6feee87f269a4ca478fe8a7f6297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
accept freebsd targets

http://bugs.gentoo.org/316841

--- zlib-1.2.5/configure
+++ zlib-1.2.5/configure
@@ -118,7 +118,7 @@
     uname=`(uname -s || echo unknown) 2>/dev/null`
   fi
   case "$uname" in
-  Linux* | linux* | GNU | GNU/* | *BSD | DragonFly) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
+  Linux* | linux* | GNU | GNU/* | *BSD | DragonFly | freebsd* ) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
   CYGWIN* | Cygwin* | cygwin* | OS/2*)
         EXE='.exe' ;;
   MINGW*|mingw*)