/[gentoo-x86]/dev-python/telepathy-python/files/telepathy-python-0.15.19-mkdir_p.patch
Gentoo

Contents of /dev-python/telepathy-python/files/telepathy-python-0.15.19-mkdir_p.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Jun 25 01:19:08 2012 UTC (10 months, 3 weeks ago) by tetromino
Branch: MAIN
CVS Tags: HEAD
Fix building with automake-1.12.x (bug #423249, thanks to Diego Elio Pettenò for reporting).

(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)

1 From 95f5183700cad0c713bc4f5757555b45ce173ed8 Mon Sep 17 00:00:00 2001
2 From: Alexandre Rostovtsev <tetromino@gentoo.org>
3 Date: Sun, 24 Jun 2012 21:02:04 -0400
4 Subject: [PATCH] Stop using obsolete $(mkdir_p) for automake-1.12
5 compatibility
6
7 $(mkdir_p) was declared obsolete in automake-1.10, deprecated in 1.12,
8 and removed in 1.13.
9
10 https://bugs.freedesktop.org/show_bug.cgi?id=51392
11 ---
12 src/Makefile.am | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
14
15 diff --git a/src/Makefile.am b/src/Makefile.am
16 index ede1fc3..154c56e 100644
17 --- a/src/Makefile.am
18 +++ b/src/Makefile.am
19 @@ -57,7 +57,7 @@ _generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec
20 $(spec_dir)/all.xml
21
22 _generated/__init__.py:
23 - $(AM_V_GEN)$(mkdir_p) $(dir $@)
24 + $(AM_V_GEN)$(MKDIR_P) $(dir $@)
25 @echo "# Placeholder for package" > $@
26
27 _generated/%.py: $(tools_dir)/spec-to-python.xsl $(spec_dir)/%.xml
28 --
29 1.7.8.6
30

  ViewVC Help
Powered by ViewVC 1.1.13