[vlc-commits] commit: contribs: goom2k4: don't build mac application ( Rafaël Carré )

git at videolan.org git at videolan.org
Sun Oct 31 22:56:30 CET 2010


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Oct 31 22:56:07 2010 +0100| [fa7fc3bf33139bc966425164df19ceb1ff00eab1] | committer: Rafaël Carré 

contribs: goom2k4: don't build mac application

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa7fc3bf33139bc966425164df19ceb1ff00eab1
---

 extras/contrib/src/Patches/goom2k4-osx.patch |   11 +++++++++++
 extras/contrib/src/contrib-src.mak           |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Patches/goom2k4-osx.patch b/extras/contrib/src/Patches/goom2k4-osx.patch
new file mode 100644
index 0000000..51744bc
--- /dev/null
+++ b/extras/contrib/src/Patches/goom2k4-osx.patch
@@ -0,0 +1,11 @@
+--- goom/configure.in.orig	2010-10-31 22:39:19.000000000 +0100
++++ goom/configure.in	2010-10-31 22:39:26.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)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 8488ec9..6ff0c0a 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1289,6 +1289,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; autoreconf -ivf)
 
 .goom2k4: goom



More information about the vlc-commits mailing list