X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2FMakefile.am;h=e3cbcfc7e44365100f074fa9fd2117ce7a005420;hb=18f426c62a55555033ed25ae1b0037638b18553f;hp=cea68438ac132062904afa76978b581e12eaa96f;hpb=d008a35bcfe1d7c1fc7d04eea75ebe1b94af998b;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/Makefile.am b/synfig-core/trunk/src/modules/mod_geometry/Makefile.am index cea6843..e3cbcfc 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/Makefile.am +++ b/synfig-core/trunk/src/modules/mod_geometry/Makefile.am @@ -4,6 +4,10 @@ MAINTAINERCLEANFILES=Makefile.in INCLUDES = -I$(top_srcdir)/src +# GCC on MacOS X does not take kindly to the -ffastmath optimization +# in this module for some reason. +CXXFLAGS=`echo @CXXFLAGS@ | sed s/-ffast-math//g` + moduledir=@MODULE_DIR@ module_LTLIBRARIES = libmod_geometry.la