|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../freetype/freetype.conf |
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -21,3 +21,11 @@ hook_add premake 3 \
|
|
|
|
|
# http://www.freetype.org/pipermail/devel/2004-March/010293.html |
|
|
|
|
var_append GCC_WRAPPER_INSERT " " "-fno-strict-aliasing" |
|
|
|
|
|
|
|
|
|
# hack to make it build at toolchain stage |
|
|
|
|
if atstage toolchain; then |
|
|
|
|
makeopt= |
|
|
|
|
makeinstopt="install" |
|
|
|
|
# only tested on x86-64 build host and might need some adjustments |
|
|
|
|
# for other build host architectures |
|
|
|
|
var_append extraconfopt ' ' "--with-pic" |
|
|
|
|
fi |
|
|
|
|