[vlc-devel] Patch for building on OS X

Jean-Alexis Montignies ja at sente.ch
Wed Nov 17 11:31:19 CET 2004


Hi all,

I added SYMROOT = build for vlc to build properly on OS X independantly 
of the build system preferences.
Here is the patch (using svn diff).

Jean-Alexis

Index: Makefile.am
===================================================================
--- Makefile.am (revision 9355)
+++ Makefile.am (working copy)
@@ -512,7 +512,7 @@
           cp "$(srcdir)/modules/gui/macosx/$$i" \
               $(top_builddir)/tmp/modules/gui/macosx; \
         done
-       cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc 
| grep -v '^\([ \t]\|$$\)'
+       cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc 
SYMROOT=build | grep -v '^\([ \t]\|$$\)'
         cp -r $(top_builddir)/tmp/extras/MacOSX/build/vlc.bundle \
               $(top_builddir)/VLC.app
         rm -Rf $(top_builddir)/tmp

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list