diff --git a/srcpkgs/xbmc/template b/srcpkgs/xbmc/template index 3a72ce175c..b5c30b5869 100644 --- a/srcpkgs/xbmc/template +++ b/srcpkgs/xbmc/template @@ -12,6 +12,7 @@ checksum=3e15c960d034efdea5f92a7b74716cb48094842d077b076025fd8640754ede73 lib32disabled=yes broken_as_needed=yes +only_for_archs="i686 x86_64" # XXX add support for webserver (microhttpd), afp and libcec. hostmakedepends=" @@ -34,12 +35,12 @@ depends="libbluray libmad libogg libcurl libflac libmodplug libass libmpeg2 lame depends+=" glxinfo udisks2 upower hicolor-icon-theme desktop-file-utils" pre_configure() { - . /etc/profile.d/jre.sh + . /etc/profile.d/java.sh ./bootstrap } do_configure() { - . /etc/profile.d/jre.sh + . /etc/profile.d/java.sh # fix lsb_release dependency sed -i -e 's:/usr/bin/lsb_release -d:/bin/true:' xbmc/utils/SystemInfo.cpp