Magellan Linux

Diff of /smage/branches/alx-0_6_0/extras/mozilla-firefox/mozilla-firefox-11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3417 by niro, Wed Apr 4 14:54:48 2012 UTC revision 3445 by niro, Wed Apr 11 13:50:22 2012 UTC
# Line 76  SRC_URI=( Line 76  SRC_URI=(
76   mirror://${PNAME}/mozilla-firefox-3.0.6-pkgconfig.patch   mirror://${PNAME}/mozilla-firefox-3.0.6-pkgconfig.patch
77   mirror://${PNAME}/mozilla-firefox-2.0.0.5-rpath-3.patch   mirror://${PNAME}/mozilla-firefox-2.0.0.5-rpath-3.patch
78   mirror://${PNAME}/mozilla-firefox-2.0.0.9-language.patch   mirror://${PNAME}/mozilla-firefox-2.0.0.9-language.patch
79     mirror://${PNAME}/mozilla-firefox-11.0-fix-disabled-ogg-ftbfs.patch
80  )  )
81    
82  UP2DATE="updatecmd ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's:[-|.]source::' | lasttarball"  UP2DATE="updatecmd ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's:[-|.]source::' | lasttarball"
# Line 112  src_prepare() Line 113  src_prepare()
113   # enable variable languages via environment vars   # enable variable languages via environment vars
114   mpatch mozilla-firefox-2.0.0.9-language.patch || die   mpatch mozilla-firefox-2.0.0.9-language.patch || die
115    
116     # fix ftbfs with disabled ogg support (alx only)
117     mpatch mozilla-firefox-11.0-fix-disabled-ogg-ftbfs.patch || die
118    
119   # fix newer curl-headers   # fix newer curl-headers
120   sed -i '/#include <curl\/types.h>/d'  \   sed -i '/#include <curl\/types.h>/d'  \
121   toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \   toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \
# Line 163  src_compile() Line 167  src_compile()
167   mozconf_add --with-system-zlib   mozconf_add --with-system-zlib
168   mozconf_add --with-system-nspr   mozconf_add --with-system-nspr
169   mozconf_add --with-system-nss   mozconf_add --with-system-nss
170     mozconf_add --with-system-pixman
171    
172   # enable cairo-gtk2 as default   # enable cairo-gtk2 as default
173   mozconf_add --enable-default-toolkit=cairo-gtk2   mozconf_add --enable-default-toolkit=cairo-gtk2
# Line 234  src_compile() Line 239  src_compile()
239   # no libalsa too   # no libalsa too
240   mozconf_add --disable-ogg   mozconf_add --disable-ogg
241   mozconf_add --disable-wave   mozconf_add --disable-wave
242     # no opengl
243     mozconf_add --disable-angle
244    
245   # resolve multiple --enable-extensions down to one   # resolve multiple --enable-extensions down to one
246   rebuild_extension_list   rebuild_extension_list

Legend:
Removed from v.3417  
changed lines
  Added in v.3445