| 1 Index: src/Makefile.shlib |
1 Index: src/Makefile.shlib |
| 2 --- src/Makefile.shlib.orig 2010-07-06 05:55:33.000000000 +0200 |
2 --- src/Makefile.shlib.orig 2010-07-06 05:55:33.000000000 +0200 |
| 3 +++ src/Makefile.shlib 2010-09-21 08:58:56.000000000 +0200 |
3 +++ src/Makefile.shlib 2010-09-21 08:58:56.000000000 +0200 |
| 4 @@ -329,7 +329,7 @@ |
4 @@ -305,7 +305,7 @@ |
| 5 |
5 |
| 6 .PHONY: all-lib all-static-lib all-shared-lib |
6 .PHONY: all-lib all-static-lib all-shared-lib |
| 7 |
7 |
| 8 -all-lib: all-shared-lib |
8 -all-lib: all-shared-lib |
| 9 +all-lib: |
9 +all-lib: |
| 23 ########################################################################## |
23 ########################################################################## |
| 24 |
24 |
| 25 Index: src/include/port.h |
25 Index: src/include/port.h |
| 26 --- src/include/port.h.orig 2010-05-15 16:44:13.000000000 +0200 |
26 --- src/include/port.h.orig 2010-05-15 16:44:13.000000000 +0200 |
| 27 +++ src/include/port.h 2010-09-21 08:58:56.000000000 +0200 |
27 +++ src/include/port.h 2010-09-21 08:58:56.000000000 +0200 |
| 28 @@ -374,7 +374,7 @@ |
28 @@ -393,7 +393,7 @@ |
| 29 extern int getopt(int nargc, char *const * nargv, const char *ostr); |
29 extern int getpeereid(int sock, uid_t *uid, gid_t *gid); |
| 30 #endif |
30 #endif |
| 31 |
31 |
| 32 -#ifndef HAVE_ISINF |
32 -#ifndef HAVE_ISINF |
| 33 +#if !defined(HAVE_ISINF) && !defined(__FreeBSD__) |
33 +#if !defined(HAVE_ISINF) && !defined(__FreeBSD__) |
| 34 extern int isinf(double x); |
34 extern int isinf(double x); |