Commit 6cd61f24 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix regression in goom compilation

parent 4bea5deb
......@@ -1325,7 +1325,7 @@ ifdef HAVE_DARWIN
patch -p0 < Patches/goom2k4-osx.patch
endif
patch -p0 < Patches/goom2k4-noxmmx.patch
(cd $@; rm -f configure; autoreconf -ivf)
(cd $@; rm -f configure; ACLOCAL="aclocal -I m4/" autoreconf -ivf)
.goom2k4: goom
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static --disable-glibtest --disable-gtktest && make && make install)
......
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