Commit a3a90325 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contribs: goom2k4: don't build mac application

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 86e68e1b
......@@ -1321,6 +1321,9 @@ else
endif
patch -p0 < Patches/goom2k4-0-memleaks.patch
patch -p0 < Patches/goom2k4-autotools.patch
ifdef HAVE_DARWIN
patch -p0 < Patches/goom2k4-osx.patch
endif
(cd $@; rm -f configure; ACLOCAL="aclocal -I m4/" autoreconf -ivf)
.goom2k4: goom
......
--- goom/configure.in.orig 2010-11-01 00:05:11.000000000 +0100
+++ goom/configure.in 2010-11-01 00:05:16.000000000 +0100
@@ -43,8 +43,6 @@
dnl HOST
case "$host" in
*-apple-darwin*)
- MACTARGET="yes"
- MACFOLDER="mac"
AC_SUBST(MACFOLDER)
CCAS='$(CC)'
AC_SUBST(CCAS)
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