diff -Naur pango-1.28.1/configure.in pango-1.28.1-haiku/configure.in
|
old
|
new
|
|
| 715 | 715 | PKGCONFIG_CAIRO_REQUIRES= |
| 716 | 716 | |
| 717 | 717 | if test $enable_explicit_deps = yes ; then |
| 718 | | PKGCONFIG_MATH_LIBS=-lm |
| | 718 | PKGCONFIG_MATH_LIBS= |
| 719 | 719 | |
| 720 | 720 | X_LIBS="$X_LIBS $X_EXTRA_LIBS" |
| 721 | 721 | |
diff -Naur pango-1.28.1/pango/querymodules.c pango-1.28.1-haiku/pango/querymodules.c
|
old
|
new
|
|
| 29 | 29 | #include "pango-impl-utils.h" |
| 30 | 30 | #include "pango-engine.h" |
| 31 | 31 | #include "pango-enum-types.h" |
| | 32 | #include "pango-utils.h" |
| 32 | 33 | |
| 33 | 34 | #include <errno.h> |
| 34 | 35 | #include <string.h> |