diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-02-07 10:05:34 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-02-07 10:05:34 +0000 |
commit | 04045807bbca522a9948e778e94178a5340a0c42 (patch) | |
tree | b28884b8311adcfb3629b1460ed9e3d7cac7466b /dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch | |
parent | Revision bump, improved patches, fix tests, bug 315217, ebuild and patches by... (diff) | |
download | historical-04045807bbca522a9948e778e94178a5340a0c42.tar.gz historical-04045807bbca522a9948e778e94178a5340a0c42.tar.bz2 historical-04045807bbca522a9948e778e94178a5340a0c42.zip |
Revision bump, improved patches, ebuild and patches by Dennis Schridde
Package-Manager: portage-2.2.0_alpha20/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch')
-rw-r--r-- | dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch b/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch new file mode 100644 index 000000000000..1554b4c14bb8 --- /dev/null +++ b/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch @@ -0,0 +1,12 @@ +--- bindings/mono/indicate/Makefile.am.orig 2011-01-30 00:14:17.670042664 +0100 ++++ bindings/mono/indicate/Makefile.am 2011-01-30 00:14:40.204346425 +0100 +@@ -61,7 +61,8 @@ + -e "s|PROP_MENU|menu|" \ + -e "s|PROP_DESKTOP|Desktop|" \ + -e "s|PROP_DESKTOP|desktop|" \ +- $< > $@ ++ $< > $@.tmp ++ mv $@.tmp $@ + + api_includes = $(GTK_SHARP_CFLAGS) + |