summaryrefslogtreecommitdiff
path: root/graphics/asymptote/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-31 14:53:10 +0000
committerwiz <wiz>2009-08-31 14:53:10 +0000
commitbdcbdf17c171f3bb399f7cbcd6995f8c8fbaf5b1 (patch)
tree71584c6f0f924a5e1a549a714562722f3de04517 /graphics/asymptote/patches
parent81492272ef718f9a5d0c9329a76be9006a2d2fdb (diff)
downloadpkgsrc-bdcbdf17c171f3bb399f7cbcd6995f8c8fbaf5b1.tar.gz
Update to 1.85:
Fix typo. Move remaining picture operations. Rename labelsurface to surface; extend also to surfaces containing a single patch. Add missing pen dimensions to sizing routine. Fix compilation on platforms that lack OpenGL.
Diffstat (limited to 'graphics/asymptote/patches')
-rw-r--r--graphics/asymptote/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/asymptote/patches/patch-aa b/graphics/asymptote/patches/patch-aa
deleted file mode 100644
index b0241f17587..00000000000
--- a/graphics/asymptote/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/08/21 23:02:29 wiz Exp $
-
-http://sourceforge.net/tracker/?func=detail&aid=2841433&group_id=120000&atid=685683
-
---- drawsurface.h.orig 2009-08-20 06:26:46.000000000 +0000
-+++ drawsurface.h
-@@ -319,7 +319,6 @@ public:
- void bounds(bbox3& b);
-
- virtual ~drawNurbs() {
-- delete[] c;
- delete[] vknots;
- delete[] uknots;
- if(weights != NULL)