diff options
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 + |