Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: ports/libx11/pkg_info

Issue 942013005: Enable building for ARM with nacl-clang (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ports/lcms/pkg_info ('k') | ports/speex/pkg_info » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME=libx11 1 NAME=libx11
2 ARCHIVE_ROOT=libX11-1.5.0 2 ARCHIVE_ROOT=libX11-1.5.0
3 VERSION=1.5.0 3 VERSION=1.5.0
4 URL=http://www.x.org/releases/X11R7.7/src/everything/libX11-1.5.0.tar.bz2 4 URL=http://www.x.org/releases/X11R7.7/src/everything/libX11-1.5.0.tar.bz2
5 LICENSE=GPL 5 LICENSE=GPL
6 DEPENDS=(glibc-compat xproto kbproto xextproto xtrans libxcb inputproto) 6 DEPENDS=(glibc-compat xproto kbproto xextproto xtrans libxcb inputproto)
7 # No mac support, seems to clash with local headers. 7 # No mac support, seems to clash with local headers.
8 BUILD_OS=linux 8 BUILD_OS=linux
9 # Causes crash in arm-nacl-clang
10 DISABLED_TOOLCHAIN=(clang-newlib)
9 SHA1=8177535c9c59d8c3ab98d55ce53520b5737ccd1a 11 SHA1=8177535c9c59d8c3ab98d55ce53520b5737ccd1a
OLDNEW
« no previous file with comments | « ports/lcms/pkg_info ('k') | ports/speex/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698