From 4b19be30aa626b327c885dae62c559ec0e9fb935 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:19:36 +0100 Subject: gentoo resync : 13.10.2019 --- games-strategy/netpanzer/files/netpanzer-0.8.2-gcc47.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 games-strategy/netpanzer/files/netpanzer-0.8.2-gcc47.patch (limited to 'games-strategy/netpanzer/files/netpanzer-0.8.2-gcc47.patch') diff --git a/games-strategy/netpanzer/files/netpanzer-0.8.2-gcc47.patch b/games-strategy/netpanzer/files/netpanzer-0.8.2-gcc47.patch deleted file mode 100644 index 432f40a9f9aa..000000000000 --- a/games-strategy/netpanzer/files/netpanzer-0.8.2-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Lib/ArrayUtil/QueueTemplate.hpp.old 2012-10-16 13:57:33.000000000 +0200 -+++ src/Lib/ArrayUtil/QueueTemplate.hpp 2012-10-16 13:58:16.000000000 +0200 -@@ -42,7 +42,7 @@ - - bool enqueue(const TYPE& object ) - { -- add( object, (rear + 1) % this->size ); -+ this->add( object, (rear + 1) % this->size ); - rear = (rear + 1) % this->size; - - if ( front == rear ) -- cgit v1.2.3