diff options
author | willysr <willysr@gmail.com> | 2012-09-25 15:28:33 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-26 00:00:12 -0500 |
commit | bdd42a4cce011979a4cf7c9dac8e2a24c5522e8c (patch) | |
tree | 520a6d0bc006e7f96c589f7b71f5832e5daf0283 /network/chromium/chromium.SlackBuild | |
parent | ab89e742f0435b9a22f2fb4c09246de7707514db (diff) | |
download | slackbuilds-bdd42a4cce011979a4cf7c9dac8e2a24c5522e8c.tar.gz |
network/chromium: Upgraded to 21.0.1180.90 and fix underlinking
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/chromium/chromium.SlackBuild')
-rw-r--r-- | network/chromium/chromium.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/network/chromium/chromium.SlackBuild b/network/chromium/chromium.SlackBuild index e8de15ecc1..08d694d810 100644 --- a/network/chromium/chromium.SlackBuild +++ b/network/chromium/chromium.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chromium -VERSION=${VERSION:-20.0.1132.57} +VERSION=${VERSION:-21.0.1180.90} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,9 +78,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# https://bugs.webkit.org/show_bug.cgi?id=85781 -patch -p1 -d third_party/WebKit < $CWD/gcc45fix.patch - +patch -p1 < $CWD/chromium-header.patch # Change "-Dproprietary_codecs" to "0" if you don't want to use proprietary codecs SLKCFLAGS="${SLKCFLAGS} -fno-ipa-cp" |