Commit a9200b77 authored by Felix Paul Kühne's avatar Felix Paul Kühne

goom: disabled the MMX patch for llvm-gcc, as it breaks the compilation it tries to fix

parent c49ce826
......@@ -1308,8 +1308,10 @@ ifdef HAVE_WIN32
(cd $@; dos2unix configure.in)
patch -p0 < Patches/goom2k4-0-win32.patch
else
ifneq ($(DARWIN_COMPILER),LLVMGCC)
patch -p0 < Patches/goom2k4-0-mmx.patch
endif
endif
.goom2k4: goom
ifdef HAVE_DARWIN_OS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment