diff options
author | martin <martin> | 2013-07-01 13:53:27 +0000 |
---|---|---|
committer | martin <martin> | 2013-07-01 13:53:27 +0000 |
commit | cd704d6c4fbc10d455d70a5b26193dc353eb00f4 (patch) | |
tree | bfd67176220a78a486285b0672604cd89edf1ec4 /www/firefox | |
parent | 2c9430f6e4b1e6b0d7842b42d798d50e349d291d (diff) | |
download | pkgsrc-cd704d6c4fbc10d455d70a5b26193dc353eb00f4.tar.gz |
Minor nit from the sparc64 patches that somehow got lost
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-aa | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index bd19cf0707f..aa71b48e1ca 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.104 2013/06/27 15:52:51 joerg Exp $ +$NetBSD: distinfo,v 1.105 2013/07/01 13:53:27 martin Exp $ SHA1 (firefox-22.0.source.tar.bz2) = db2d5b028b6ea95b5f006b46e153f50f7a52bf80 RMD160 (firefox-22.0.source.tar.bz2) = 9f206a786fcc366cb0ea03c4a5140809d1402272 Size (firefox-22.0.source.tar.bz2) = 111109062 bytes -SHA1 (patch-aa) = 3bc63d981823f92d39821a2ddf691c696d0d35b1 +SHA1 (patch-aa) = cb259e1f5eee8929fcec3d88e46f1ffbdc1a2a20 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2 SHA1 (patch-am) = c5aa36638b666d99d4510f345802de259579e884 diff --git a/www/firefox/patches/patch-aa b/www/firefox/patches/patch-aa index 037843d60a2..35970104950 100644 --- a/www/firefox/patches/patch-aa +++ b/www/firefox/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.12 2013/06/26 11:32:12 ryoon Exp $ +$NetBSD: patch-aa,v 1.13 2013/07/01 13:53:27 martin Exp $ --- configure.in.orig 2013-06-17 22:12:58.000000000 +0000 +++ configure.in @@ -123,6 +123,15 @@ $NetBSD: patch-aa,v 1.12 2013/06/26 11:32:12 ryoon Exp $ [echo "$MOZ_ALSA_PKG_ERRORS" AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) fi +@@ -8332,7 +8360,7 @@ if test "$MOZ_ENABLE_SKIA"; then + AC_DEFINE(GR_DLL) + fi + +- if test "${CPU_ARCH}" != "ppc" -a "${CPU_ARCH}" != "ppc64"; then ++ if test "${CPU_ARCH}" != "ppc" -a "${CPU_ARCH}" != "ppc64" -a "${CPU_ARCH}" != "sparc"; then + MOZ_ENABLE_SKIA_GPU=1 + AC_DEFINE(USE_SKIA_GPU) + AC_SUBST(MOZ_ENABLE_SKIA_GPU) @@ -8413,16 +8441,26 @@ MOZ_ARG_DISABLE_BOOL(necko-wifi, NECKO_WIFI=, NECKO_WIFI=1) |