Commit 63851f21 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Disable cyberlink and expat, the module immediatly crashes.

parent 000e4ddb
...@@ -126,8 +126,8 @@ ifdef HAVE_DARWIN_OS ...@@ -126,8 +126,8 @@ ifdef HAVE_DARWIN_OS
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg \ .FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg \
.dvdcss .dvdnav .dvdread .dvbpsi .live .x264 .caca .mod \ .dvdcss .dvdnav .dvdread .dvbpsi .live .x264 .caca .mod \
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager .SDL_image \ .png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager .SDL_image \
.glib .libidl .gecko .mpcdec .expat .clinkcc .aclocal .dirac_encoder .dirac_decoder .glib .libidl .gecko .mpcdec .dirac_encoder .dirac_decoder .aclocal
# .FLAC .expat .clinkcc don't work with SDK yet # .expat .clinkcc don't work with SDK yet
# .glib .libidl .gecko are required to build the mozilla plugin # .glib .libidl .gecko are required to build the mozilla plugin
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package # .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
ifneq ($(HOST),i686-apple-darwin8) ifneq ($(HOST),i686-apple-darwin8)
...@@ -1820,6 +1820,9 @@ expat: expat-$(EXPAT_VERSION).tar.gz ...@@ -1820,6 +1820,9 @@ expat: expat-$(EXPAT_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.expat: expat .expat: expat
ifdef HAVE_DARWIN_OS
(cd $< aclocal --force && libtoolize --force && autoconf --force && autoheader --force )
endif
(cd $<; ./configure --prefix=$(PREFIX) && make && make install) (cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@ touch $@
......
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