summaryrefslogtreecommitdiff
path: root/graphics/gd/patches
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>1998-04-28 14:07:41 +0000
committerbouyer <bouyer@pkgsrc.org>1998-04-28 14:07:41 +0000
commit94daf916e7d9d79784fd04d122987329396dbbad (patch)
treed6ce54346c746f67d2a9de48e602764a3589aa6a /graphics/gd/patches
parent37dcbb221deee44697787e5985065bc5d47e22a5 (diff)
downloadpkgsrc-94daf916e7d9d79784fd04d122987329396dbbad.tar.gz
Update to version 1.3.
Diffstat (limited to 'graphics/gd/patches')
-rw-r--r--graphics/gd/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gd/patches/patch-ab b/graphics/gd/patches/patch-ab
deleted file mode 100644
index 1fbbfbeb264..00000000000
--- a/graphics/gd/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-*** gd.c.dist Tue Jan 28 14:39:24 1997
---- gd.c Tue Jan 28 14:39:42 1997
-***************
-*** 1,4 ****
-! #include <malloc.h>
- #include <stdio.h>
- #include <math.h>
- #include <string.h>
---- 1,4 ----
-! #include <stdlib.h>
- #include <stdio.h>
- #include <math.h>
- #include <string.h>