aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-14 10:17:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-14 10:17:08 +0000
commit9eb5491806f039bbe009116058effece54a5434f (patch)
tree1685a57b6bf4f263795ecb6cad37ddd1c3b87739 /testing
parenteabee94e6ef33c55782619f4591e1a1ed33356a3 (diff)
downloadaports-9eb5491806f039bbe009116058effece54a5434f.tar.bz2
aports-9eb5491806f039bbe009116058effece54a5434f.tar.xz
testing/php: remove forgotten file
Diffstat (limited to 'testing')
-rw-r--r--testing/php/gd-info-segfault.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/php/gd-info-segfault.patch b/testing/php/gd-info-segfault.patch
deleted file mode 100644
index 846a19ef74..0000000000
--- a/testing/php/gd-info-segfault.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: ext/gd/libgd/gd_compat.c
-===================================================================
---- ext/gd/libgd/gd_compat.c (Revision 286947)
-+++ ext/gd/libgd/gd_compat.c (Revision 286948)
-@@ -14,7 +14,7 @@
- return JPEG_LIB_VERSION;
- }
-
--int gdJpegGetVersionString()
-+const char * gdJpegGetVersionString()
- {
- switch(JPEG_LIB_VERSION) {
- case 62:
-Index: ext/gd/libgd/gd_compat.h
-===================================================================
---- ext/gd/libgd/gd_compat.h (Revision 286947)
-+++ ext/gd/libgd/gd_compat.h (Revision 286948)
-@@ -8,7 +8,7 @@
- #endif
-
- const char * gdPngGetVersionString();
--int gdJpegGetVersionString();
-+const char * gdJpegGetVersionString();
- int gdJpegGetVersionInt();
- int overflow2(int a, int b);
-