Subversion Repository

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

revision 902, Sun Oct 4 15:10:45 2009 UTC revision 903, Sun Oct 4 15:10:45 2009 UTC
# Line 5  Line 5 
5  # PPC!=  # PPC!=
6    
7  name=xulrunner  name=xulrunner
8  version=1.9.0.5  version=1.9.0.6
9  release=1  release=1
10  source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.5/source/firefox-3.0.5-source.tar.bz2  source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.6/source/firefox-3.0.6-source.tar.bz2
11          mozconfig $name.diff)          mozconfig $name.diff)
12    
13  build() {  build() {
14          export MOZ_CO_PROJECT="xulrunner"          export MOZ_CO_PROJECT="xulrunner"
15            export CFLAGS="$CFLAGS -fno-optimize-sibling-calls"
16          export XCFLAGS="$CFLAGS"          export XCFLAGS="$CFLAGS"
17    
18          cd mozilla          cd mozilla

Legend:
Removed from v.902  
changed lines
  Added in v.903