Commit fa2eaac7 authored by Rafaël Carré's avatar Rafaël Carré

goom is patched on win32 too

parent fa96a4fe
......@@ -1122,13 +1122,13 @@ goom: goom$(GOOM2k4_VERSION).tar.gz
ifdef HAVE_DARWIN_OS
patch -p 0 < Patches/goom.patch
patch -p 0 < Patches/goom2k4-0-mmx.patch
else
patch -p 0 < Patches/goom2k4-0-nommx.patch
endif
ifdef HAVE_WIN32
(cd $@; dos2unix configure.in)
patch -p 0 <Patches/goom2k4-0-win32.patch
endif
ifndef HAVE_DARWIN_OS
(cd goom; patch -p 0 <../Patches/goom2k4-0-nommx.patch; cd -)
endif
.goom2k4: goom
......
--- configure.in.orig 2006-07-13 17:23:23.000000000 +0200
+++ configure.in 2006-07-13 17:23:37.000000000 +0200
--- goom.orig/configure.in 2005-02-07 14:46:41.000000000 +0100
+++ goom/configure.in 2006-10-14 22:59:48.000000000 +0200
@@ -58,7 +58,7 @@
dnl ARCH
case "$host" in
......
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