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 3444 by niro, Wed Apr 4 22:38:27 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"
83    
84  export MOZ_PHOENIX=1  export MOZ_PHOENIX=1
 # no media support on alx  
 export MOZ_MEDIA=0  
85    
86  # set by configure (plus USE_AUTOCONF=1), but useful for NSPR  # set by configure (plus USE_AUTOCONF=1), but useful for NSPR
87  export MOZILLA_CLIENT=1  export MOZILLA_CLIENT=1
# Line 114  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 \

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