[BACK]Return to patch-source_shared_lib_include_streflop_CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / games / megaglest / base / patches

Annotation of ports/games/megaglest/base/patches/patch-source_shared_lib_include_streflop_CMakeLists_txt, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- source/shared_lib/include/streflop/CMakeLists.txt.orig     Thu Jun 30 16:14:32 2011
        !             3: +++ source/shared_lib/include/streflop/CMakeLists.txt  Thu Jun 30 16:14:47 2011
        !             4: @@ -1,6 +1,6 @@
        !             5:  AUX_SOURCE_DIRECTORY(libm/flt-32 libm_flt32_source)
        !             6:
        !             7: -SET(cxxflags "-w -O3 -I${CMAKE_CURRENT_SOURCE_DIR}/libm/headers")
        !             8: +SET(cxxflags "-w -I${CMAKE_CURRENT_SOURCE_DIR}/libm/headers")
        !             9:  if (NOT $ENV{CXX} MATCHES "icpc")
        !            10:        SET(cxxflags "${cxxflags} -mfpmath=sse -msse")
        !            11:  endif (NOT $ENV{CXX} MATCHES "icpc")

CVSweb