summaryrefslogtreecommitdiff
path: root/graphics/exact-image/files/patch-lib__ContourUtility.cc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-05-03 17:50:35 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-05-03 17:50:35 +0000
commitb9c99afb1425e74b9ad37f45fa7af0c59aa38ac0 (patch)
tree894fbd096d639d60a103d1eb688c9b28cb7fe6f3 /graphics/exact-image/files/patch-lib__ContourUtility.cc
parentx11-wm/sway: update to 1.1.r1 (diff)
- Update to version 0.9.2 and make it build on both amd64 and i386 by
defining __LONG_LONG_SUPPORTED macro, which allows to pull llabs(3) for 64-bit numbers; was not a problem on amd64 because sizeof(long) == 8 there and thus no `long long' help needed - Bump required C++ standard to C++03; it's not quite ready for later ones due to the this: bardecode/code25i.hh:34:29: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier - GC no-op `post-extract' target, patches that were applied upstream, and no longer relevant libungif -> libgif fixups in the Makefile
Notes
Notes: svn path=/head/; revision=500748
Diffstat (limited to 'graphics/exact-image/files/patch-lib__ContourUtility.cc')
-rw-r--r--graphics/exact-image/files/patch-lib__ContourUtility.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/exact-image/files/patch-lib__ContourUtility.cc b/graphics/exact-image/files/patch-lib__ContourUtility.cc
deleted file mode 100644
index 40bd5e3f73ef..000000000000
--- a/graphics/exact-image/files/patch-lib__ContourUtility.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/ContourUtility.cc.orig 2009-07-10 10:25:43.000000000 -0400
-+++ lib/ContourUtility.cc 2009-07-10 10:26:31.000000000 -0400
-@@ -1,9 +1,9 @@
--#include "ContourUtility.hh"
- #include <cmath>
- #include <cstdlib>
- //#include <iostream>
- #include <assert.h>
- #include <stdio.h>
-+#include "ContourUtility.hh"
-
- void CenterAndReduce(const Contours::Contour& source,
- Contours::Contour& dest,