freetype: unbreak build.
This commit is contained in:
parent
badbdce9bf
commit
e5576f54ca
|
@ -1,11 +0,0 @@
|
|||
--- include/config/ftoption.h
|
||||
+++ include/config/ftoption.h
|
||||
@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
|
||||
/* This is done to allow FreeType clients to run unmodified, forcing */
|
||||
/* them to display normal gray-level anti-aliased glyphs. */
|
||||
/* */
|
||||
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
|
||||
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
|
||||
|
||||
|
||||
/*************************************************************************/
|
|
@ -23,7 +23,7 @@ if [ "${build_option_ultimate}" ]; then
|
|||
conf_files+=" /etc/profile.d/infinality-settings.sh"
|
||||
|
||||
post_extract() {
|
||||
msg_normal "Applying ultimate patchset"
|
||||
msg_normal "Applying ultimate patchset\n"
|
||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
||||
patch -p1 < $P
|
||||
done
|
||||
|
@ -35,7 +35,7 @@ if [ "${build_option_ultimate}" ]; then
|
|||
}
|
||||
else
|
||||
post_extract() {
|
||||
msg_normal "Applying freetype patches"
|
||||
msg_normal "Applying freetype patches\n"
|
||||
for P in ${FILESDIR}/*.patch; do
|
||||
patch -p0 < $P
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue