summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-01-21 16:41:27 +0000
committerminskim <minskim@pkgsrc.org>2007-01-21 16:41:27 +0000
commit49037f63e2e4b4f6ffb2cccb79708f0643d41223 (patch)
tree344268d6abff2459a8002593662c731709b6cdb8 /graphics/graphviz/patches
parent226a16987111b4128baaa361d45134f44e1d2f5b (diff)
downloadpkgsrc-49037f63e2e4b4f6ffb2cccb79708f0643d41223.tar.gz
Remove the patch obsoleted by swig-1.3.31nb1. This fixes PR 35453.
Diffstat (limited to 'graphics/graphviz/patches')
-rw-r--r--graphics/graphviz/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/graphviz/patches/patch-af b/graphics/graphviz/patches/patch-af
deleted file mode 100644
index 6797d137849..00000000000
--- a/graphics/graphviz/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.7 2007/01/20 22:17:53 minskim Exp $
-
---- tclpkg/gv/gv_lua.cpp.orig 2007-01-20 14:15:40.000000000 -0800
-+++ tclpkg/gv/gv_lua.cpp
-@@ -708,7 +708,7 @@ extern "C" {
-
- #include "lua.h"
- #include "lauxlib.h"
--#include <malloc.h>
-+#include <stdlib.h>
- #include <assert.h> /* for a few sanity tests */
-
- /* -----------------------------------------------------------------------------