summaryrefslogtreecommitdiff
path: root/community-staging/silly/silly-libpng1.5.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-02-05 17:25:05 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-02-05 17:25:05 +0000
commit359d940358dec836dd0acfe9d9caf0b1ff0a97fe (patch)
treeeeed5f77c8417a98fe5b8538d3c019d1cea00c04 /community-staging/silly/silly-libpng1.5.patch
parentcdc66cc7110e78bf1197f9effc70422114f9341b (diff)
Sun Feb 5 17:25:01 UTC 2012
Diffstat (limited to 'community-staging/silly/silly-libpng1.5.patch')
-rw-r--r--community-staging/silly/silly-libpng1.5.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community-staging/silly/silly-libpng1.5.patch b/community-staging/silly/silly-libpng1.5.patch
deleted file mode 100644
index 0b2d27252..000000000
--- a/community-staging/silly/silly-libpng1.5.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-ILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp~ SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp
---- SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp~ 2006-06-19 00:42:12.000000000 +0200
-+++ SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp 2011-12-06 14:38:31.738251526 +0100
-@@ -64,10 +64,7 @@ void PNG_error_function(png_structp png_
- png_const_charp error)
- {
- // printf("PNG Error: %s\n", error);
-- // copied from libpng's pngerror.cpp
-- jmp_buf buf;
-- memcpy(buf, png_ptr->jmpbuf, sizeof(jmp_buf));
-- longjmp(buf, 1);
-+ png_longjmp(png_ptr, 1);
- }
-