Browse Source

Michael Obster <michael@obster.org>:


			
			
				rocklinux
			
			
		
Michael Obster 20 years ago
parent
commit
903c4424e4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      package/x11/freetype/freetype.conf

+ 5
- 0
package/x11/freetype/freetype.conf

@ -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"

Loading…
Cancel
Save