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

Side by Side Diff: dev-python/pygobject/files/pygobject-2.18.0-automake111.patch

Issue 661443: Fixes so that libcros can compile on ARM. We update to a newer version of (Closed)
Patch Set: Created 10 years, 9 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
OLDNEW
(Empty)
1 # Fix build failure due to automake 1.11.
2 # defsgen.py was installed twice
3 # Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=279813
4 --- a/codegen/Makefile.am
5 +++ b/codegen/Makefile.am
6 @@ -18,7 +18,6 @@
7 docextract_to_xml.py \
8 docgen.py \
9 h2def.py \
10 - defsgen.py \
11 createdefs.py \
12 mergedefs.py \
13 missingdefs.py \
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698