Index: Makefile =================================================================== --- Makefile (revision 506459) +++ Makefile (working copy) @@ -25,8 +25,8 @@ # are set. We will pull boost in just to be on the safe side. # USES=compiler is needed to support gcc built archs -USES= cmake compiler:c++14-lang desktop-file-utils \ - jpeg python:3.5 shebangfix +USES= cmake compiler:c++14-lang desktop-file-utils gl gnome\ + jpeg python:3.5 sdl shebangfix USE_XORG= x11 xext xfixes xmu xrender USE_GL= gl glu glew INSTALLS_ICONS= yes @@ -39,6 +39,8 @@ release/scripts/modules/bl_i18n_utils/merge_po.py \ release/scripts/modules/bl_i18n_utils/utils_rtl.py \ release/scripts/modules/blend_render_info.py +CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} +CFLAGS_gcc= -Wno-float-conversion CFLAGS_i386= -march=i586 CXXFLAGS_i386= -march=i586