about summary refs log tree commit diff
path: root/pkgs/tools/networking/p2p/amule/gcc47.patch
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-09-02 20:01:37 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-09-03 12:59:18 -0400
commit9069908680ec3ceda4a02a98a493fb95eb3db919 (patch)
tree1233f967b48986111eb16eb7035cd5f054a7df07 /pkgs/tools/networking/p2p/amule/gcc47.patch
parent6ed0823e1507c0674c8eb4cabb73ba30874a45e1 (diff)
downloadnixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.tar
nixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.tar.gz
nixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.tar.bz2
nixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.tar.lz
nixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.tar.xz
nixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.tar.zst
nixlib-9069908680ec3ceda4a02a98a493fb95eb3db919.zip
amule: fix build
Diffstat (limited to 'pkgs/tools/networking/p2p/amule/gcc47.patch')
-rw-r--r--pkgs/tools/networking/p2p/amule/gcc47.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/tools/networking/p2p/amule/gcc47.patch b/pkgs/tools/networking/p2p/amule/gcc47.patch
deleted file mode 100644
index e776dda3240e..000000000000
--- a/pkgs/tools/networking/p2p/amule/gcc47.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# http://code.google.com/p/amule/source/detail?r=10772
-diff -ur aMule-2.3.1.orig//src/ObservableQueue.h aMule-2.3.1/src/ObservableQueue.h
---- aMule-2.3.1.orig//src/ObservableQueue.h	2012-04-22 19:40:05.560084120 +0200
-+++ aMule-2.3.1/src/ObservableQueue.h	2012-04-22 19:40:32.479085322 +0200
-@@ -331,14 +331,14 @@
- template <typename ValueType>
- void CObservableQueue<ValueType>::ObserverAdded( ObserverType* o )
- {
--	NotifyObservers( EventType( EventType::STARTING ), o );
-+	this->NotifyObservers( EventType( EventType::STARTING ), o );
- }
- 
- 
- template <typename ValueType>
- void CObservableQueue<ValueType>::ObserverRemoved( ObserverType* o )
- {
--	NotifyObservers( EventType( EventType::STOPPING ), o );
-+	this->NotifyObservers( EventType( EventType::STOPPING ), o );
- }
- 
- 
\ No newline at end of file