summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-src_sp-ellipse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/patches/patch-src_sp-ellipse.cpp')
-rw-r--r--graphics/inkscape/patches/patch-src_sp-ellipse.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/inkscape/patches/patch-src_sp-ellipse.cpp b/graphics/inkscape/patches/patch-src_sp-ellipse.cpp
deleted file mode 100644
index f4d988c0f2a..00000000000
--- a/graphics/inkscape/patches/patch-src_sp-ellipse.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_sp-ellipse.cpp,v 1.1 2018/06/28 11:18:59 jperkin Exp $
-
-Avoid ambiguous function calls.
-
---- src/sp-ellipse.cpp.orig 2017-08-06 20:44:00.000000000 +0000
-+++ src/sp-ellipse.cpp
-@@ -37,6 +37,8 @@
-
- #define SP_2PI (2 * M_PI)
-
-+using std::sqrt;
-+
- SPGenericEllipse::SPGenericEllipse()
- : SPShape()
- , start(0)