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

Side by Side Diff: third_party/libxslt/linux/libxslt.pc

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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 | « third_party/libxslt/linux/libexslt/Makefile ('k') | third_party/libxslt/linux/libxslt.spec » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 prefix=/usr/local 1 prefix=/usr/local
2 exec_prefix=${prefix} 2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib 3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include 4 includedir=${prefix}/include
5 5
6 6
7 Name: libxslt 7 Name: libxslt
8 Version: 1.1.29 8 Version: 1.1.29
9 Description: XSLT library version 2. 9 Description: XSLT library version 2.
10 Requires: libxml-2.0 10 Requires: libxml-2.0
11 Libs: -L${libdir} -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/linu x -L/usr/local/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl -lm 11 Libs: -L${libdir} -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/linu x -L/usr/local/lib -lxml2 -licui18n -licuuc -licudata -lm -lm
12 Cflags: -I${includedir} 12 Cflags: -I${includedir}
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/libexslt/Makefile ('k') | third_party/libxslt/linux/libxslt.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698