aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/enblend
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2008-06-20 02:14:00 +0800
committervd <vd@FreeBSD.org>2008-06-20 02:14:00 +0800
commit6d97ebd93d83cac34d7a175e53074871afffa8b8 (patch)
treed34320422b8b6ea5348b3309ca15d6132c03835e /graphics/enblend
parent5f0b9be09cfa157bafd6a2905af049773f85c1df (diff)
downloadfreebsd-ports-gnome-6d97ebd93d83cac34d7a175e53074871afffa8b8.tar.gz
freebsd-ports-gnome-6d97ebd93d83cac34d7a175e53074871afffa8b8.tar.zst
freebsd-ports-gnome-6d97ebd93d83cac34d7a175e53074871afffa8b8.zip
graphics/enblend:
Remove stale patch file, somehow forgotten in the previous commit. Reported by: QA Tindy
Diffstat (limited to 'graphics/enblend')
-rw-r--r--graphics/enblend/files/patch-src__anneal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/enblend/files/patch-src__anneal.h b/graphics/enblend/files/patch-src__anneal.h
deleted file mode 100644
index e116408bb88b..000000000000
--- a/graphics/enblend/files/patch-src__anneal.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/anneal.h.orig Sun Nov 21 18:23:08 2004
-+++ src/anneal.h Mon May 7 21:21:12 2007
-@@ -678,7 +678,7 @@
-
- localK = stateSpace->size();
- if (localK < 2) convergedPoints[index] = true;
-- kMax = std::max(kMax, stateProbabilities->size());
-+ kMax = std::max((size_t)kMax, stateProbabilities->size());
-
- }
-