[pango] Whitelist pango_cairo_win32_font_map_get_type
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Whitelist pango_cairo_win32_font_map_get_type
- Date: Tue, 19 Feb 2013 07:44:32 +0000 (UTC)
commit b740729a6dfe58b0d8673a48ae96626ff851c122
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Feb 19 02:43:32 2013 -0500
Whitelist pango_cairo_win32_font_map_get_type
.def files are mostly used on Win32. Whitelist the win32 font map
function in the check.
Bug 694095 - Fails make check: -pango_cairo_win32_font_map_get_type
pango/check.defs | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/pango/check.defs b/pango/check.defs
index c497748..7081ca9 100755
--- a/pango/check.defs
+++ b/pango/check.defs
@@ -21,8 +21,12 @@ for def in $srcdir/*.def; do
expected=$lib.expected
list=$lib.list
- eval $get_pango_syms | sort -u > "$expected"
- cut -f 2 "$def" | grep -v EXPORTS | sort -u > "$list"
+ eval $get_pango_syms |
+ sort -u > "$expected"
+ cut -f 2 "$def" |
+ grep -v pango_cairo_win32_font_map_get_type |
+ grep -v EXPORTS |
+ sort -u > "$list"
diff -u "$list" "$expected" >&2 && rm -f "$list" "$expected" || status=1
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]