|
|
@ -20,6 +20,11 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
# This is workaround for bug mentioned here: |
|
|
|
# http://www.freetype.org/pipermail/devel/2004-March/010293.html |
|
|
|
if [ "$arch" = "powerpc" ] ; then |
|
|
|
var_append GCC_WRAPPER_INSERT " " "-fno-strict-aliasing" |
|
|
|
fi |
|
|
|
|
|
|
|
# passing CC/CXX/prefix here breaks the build and isn't needed |
|
|
|
makeopt="all" |
|
|
|