summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-05 16:25:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-05 16:25:39 +0000
commite22fb0f61c67df78e977e6f7154c62eed0de3f38 (patch)
tree735c5349e38d91a3e62594a891ad38c461bb9145 /net-libs/wvstreams/files/wvstreams-4.4.1-MOC-fix.patch
parentold (diff)
downloadgentoo-2-e22fb0f61c67df78e977e6f7154c62eed0de3f38.tar.gz
gentoo-2-e22fb0f61c67df78e977e6f7154c62eed0de3f38.tar.bz2
gentoo-2-e22fb0f61c67df78e977e6f7154c62eed0de3f38.zip
unused patches
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/wvstreams/files/wvstreams-4.4.1-MOC-fix.patch')
-rw-r--r--net-libs/wvstreams/files/wvstreams-4.4.1-MOC-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-libs/wvstreams/files/wvstreams-4.4.1-MOC-fix.patch b/net-libs/wvstreams/files/wvstreams-4.4.1-MOC-fix.patch
deleted file mode 100644
index 3e3310a47839..000000000000
--- a/net-libs/wvstreams/files/wvstreams-4.4.1-MOC-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru wvstreams-4.4.1.orig/wvrules.mk wvstreams-4.4.1/wvrules.mk
---- wvstreams-4.4.1.orig/wvrules.mk 2008-01-20 13:00:48.000000000 +0200
-+++ wvstreams-4.4.1/wvrules.mk 2008-01-20 13:25:51.000000000 +0200
-@@ -248,7 +248,7 @@
- %.E: %.cc; $(call wvcxx,$@,$<,$*,,-E)
- %.E: %.cpp; $(call wvcxx,$@,$<,$*,,-E)
-
--%.moc: %.h; moc -o $@ $<
-+%.moc: %.h; $(MOC) -o $@ $<
-
- %: %.o; $(call wvlink,$@,$^)
- %.t: %.t.o; $(call wvlink,$@,$(call reverse,$(filter %.o,$^)) $(filter-out %.o,$^) $(LIBWVTEST))