-
Notifications
You must be signed in to change notification settings - Fork 24
cairo 1.12.14.mk
Mark Johnson edited this page Mar 8, 2018
·
8 revisions
cairo-1.12.14.mk - for Rasterlite2
The original source code archive can be found in the archive
directory
flags settings
cairo_flags := \
-DCAIRO_NO_MUTEX=1 \
-DHAVE_STDINT_H \
-DHAVE_UINT64_T \
-DCAIRO_HAS_FC_FONT \
-O2 \
-std=c99 \
-Wno-missing-field-initializers \
-Wno-attributes \
-DPACKAGE_VERSION="android-cairo" \
-fPIC
code changes
-
cairo-output-stream.c:318:32: error: 'struct lconv' has no member named 'decimal_point'
decimal_point = '.'; // locale_data->decimal_point;
2014-05-05: Mark Johnson, Berlin Germany