Index: head/games/gzdoom/files/patch-src_CMakeLists.txt =================================================================== --- head/games/gzdoom/files/patch-src_CMakeLists.txt (nonexistent) +++ head/games/gzdoom/files/patch-src_CMakeLists.txt (revision 503173) @@ -0,0 +1,16 @@ +--- src/CMakeLists.txt.orig 2019-05-04 19:58:35 UTC ++++ src/CMakeLists.txt +@@ -1457,10 +1457,9 @@ if( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE ) + # Need to enable intrinsics for these files. + if( SSE_MATTERS ) + set_source_files_properties( +- gl/system/gl_swframebuffer.cpp +- polyrenderer/poly_all.cpp +- swrenderer/r_all.cpp +- x86.cpp ++ rendering/polyrenderer/poly_all.cpp ++ rendering/swrenderer/r_all.cpp ++ utility/x86.cpp + PROPERTIES COMPILE_FLAGS "-msse2 -mmmx" ) + endif() + endif() Property changes on: head/games/gzdoom/files/patch-src_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property