CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python: initial import due to footprint mismatches for the ARM architecture
[ports/opt-arm.git] / firefox / Pkgfile
index 4e5feee44dcbd372b226fd491f579aa6feea0cac..5eeebb69be6a68ce2a5958162c3d4700fb921510 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libidl nss gtk perl python alsa-lib yasm mesa3d
 
 name=firefox
-version=5.0.1
+version=6.0
 release=1
 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2
         mozconfig)
@@ -16,7 +16,7 @@ build() {
   export MOZILLA_OFFICIAL=1
   export MOZILLA_FIVE_HOME=/usr/lib/firefox
   # We avoid thumb instructions over CFLAGS
-  export CFLAGS="$(echo $CFLAGS | sed -e 's/-mthumb//')"
+  export CFLAGS="$(echo $CFLAGS | sed -e 's/\-mthumb//')"
 
   cd mozilla-release
   sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig