summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2007-04-20 21:49:34 +0000
committerwiz <wiz>2007-04-20 21:49:34 +0000
commitacca1461c810eef5dab48f309075a3fdd6b1a280 (patch)
tree7ca44faac73ff26bbd67097013fde1633661aef3 /devel
parent7b5746732e5512408e4a09aacb4327f93cb3a63b (diff)
downloadpkgsrc-acca1461c810eef5dab48f309075a3fdd6b1a280.tar.gz
Remove patch-ab, it was removed from distinfo a long time ago.
Diffstat (limited to 'devel')
-rw-r--r--devel/tavrasm/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/tavrasm/patches/patch-ab b/devel/tavrasm/patches/patch-ab
deleted file mode 100644
index 37422878faa..00000000000
--- a/devel/tavrasm/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/05/07 02:01:19 danw Exp $
-
---- avrparse.y.orig Sat Mar 13 01:03:21 2004
-+++ avrparse.y Sat Mar 13 01:03:32 2004
-@@ -46,7 +46,7 @@
-
- #include <string.h>
- #include <stdio.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include "avrasm.hh"
- #include "symbol.hh"
- #include "semantic.hh"