diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-10-31 09:56:24 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-10-31 09:56:24 +0000 |
commit | 4bd9958bc62c406c2a0de1715893a06f1215aec0 (patch) | |
tree | 8339327ed9aae651448c23127383c64d83786467 /packages/telepathy/telepathy-inspector | |
parent | 506a44a097b73dfe09ff30636df2df3cba57ac77 (diff) |
telepathy-inspector: add 0.5.0, a debugging tool for Telepathy developers
Diffstat (limited to 'packages/telepathy/telepathy-inspector')
-rw-r--r-- | packages/telepathy/telepathy-inspector/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/telepathy/telepathy-inspector/scons-workaround.patch | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/telepathy/telepathy-inspector/.mtn2git_empty b/packages/telepathy/telepathy-inspector/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/telepathy/telepathy-inspector/.mtn2git_empty diff --git a/packages/telepathy/telepathy-inspector/scons-workaround.patch b/packages/telepathy/telepathy-inspector/scons-workaround.patch new file mode 100644 index 0000000000..ac3c37cb9c --- /dev/null +++ b/packages/telepathy/telepathy-inspector/scons-workaround.patch @@ -0,0 +1,12 @@ +Index: telepathy-inspector-0.5.0/SConstruct +=================================================================== +--- telepathy-inspector-0.5.0.orig/SConstruct 2007-10-31 10:49:00.000000000 +0100 ++++ telepathy-inspector-0.5.0/SConstruct 2007-10-31 10:49:10.000000000 +0100 +@@ -4,6 +4,7 @@ + SConsignFile() + + env = Environment(ENV = os.environ) ++env['CC'] = os.environ['CC'] + + # Variables + |