summaryrefslogtreecommitdiffstats
path: root/extra/xulrunner/xulrunner-png14.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-13 22:42:35 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-13 22:42:35 +0200
commit9f77ecf4df139338cda8cefa7830b1c2bdc24259 (patch)
tree4d6866779e42d918c25b15ef4a24df0583dd3da7 /extra/xulrunner/xulrunner-png14.patch
parent9409ec42fde9eef0c7775f49a394a6d4be0f8a74 (diff)
downloadnutyx-extra-9f77ecf4df139338cda8cefa7830b1c2bdc24259.tar.gz
nutyx-extra-9f77ecf4df139338cda8cefa7830b1c2bdc24259.tar.bz2
nutyx-extra-9f77ecf4df139338cda8cefa7830b1c2bdc24259.tar.xz
nutyx-extra-9f77ecf4df139338cda8cefa7830b1c2bdc24259.zip
xulrunner, suppression patch du dossier
Diffstat (limited to 'extra/xulrunner/xulrunner-png14.patch')
-rw-r--r--extra/xulrunner/xulrunner-png14.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/xulrunner/xulrunner-png14.patch b/extra/xulrunner/xulrunner-png14.patch
deleted file mode 100644
index f512416ad..000000000
--- a/extra/xulrunner/xulrunner-png14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-01-17 00:15:53.979744638 +0100
-+++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp 2010-01-17 00:16:07.855993411 +0100
-@@ -135,7 +135,7 @@
-
- // initialize
- mPNG = png_create_write_struct(PNG_LIBPNG_VER_STRING,
-- png_voidp_NULL,
-+ NULL,
- ErrorCallback,
- ErrorCallback);
- if (! mPNG)