summaryrefslogtreecommitdiff
path: root/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2011-12-23 17:24:09 +0100
committerJohannes Huber <johu@gentoo.org>2011-12-23 17:25:39 +0100
commitfdb18f6226c7e32c3e4f33dedc652053e49114e0 (patch)
tree3b82a90b7a94452efe502c12e74d2d28ceaf66ab /dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch
parent88cb162256db347b221ce0dcfee88613d3e122b2 (diff)
downloadkde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.tar.gz
kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.tar.bz2
kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.zip
[dev-libs/libindicate] Removed newer version in tree
(Portage version: 2.2.0_alpha81/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch')
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch
deleted file mode 100644
index 97cb78ce3c4..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-mono-example.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- examples/Makefile.am.orig 2010-09-20 23:42:07.380545155 +0200
-+++ examples/Makefile.am 2010-09-20 23:44:49.173431396 +0200
-@@ -97,5 +97,3 @@
- $(ASSEMBLY): $(CSFILES) Makefile.am
- $(CSC) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(references) $(srcdir)/$(CSFILES)
- chmod a+x indicator-mono-example
--
--all: $(ASSEMBLY)