diff options
author | James Meyer <james.meyer@operamail.com> | 2012-05-13 20:41:32 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-05-13 20:41:32 (GMT) |
commit | f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a (patch) | |
tree | 892d6f4d70251a0c32c215ae707f47856cfca316 /abs/core/windowmaker-crm-git/libpng-1.4.patch | |
parent | c4a526ab0e33d6667b59351ddbe2ac0cd098a1c1 (diff) | |
download | linhes_pkgbuild-f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a.zip linhes_pkgbuild-f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a.tar.gz linhes_pkgbuild-f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a.tar.bz2 |
remove windowmaker-crm
Diffstat (limited to 'abs/core/windowmaker-crm-git/libpng-1.4.patch')
-rw-r--r-- | abs/core/windowmaker-crm-git/libpng-1.4.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/windowmaker-crm-git/libpng-1.4.patch b/abs/core/windowmaker-crm-git/libpng-1.4.patch deleted file mode 100644 index 5dbe5fd..0000000 --- a/abs/core/windowmaker-crm-git/libpng-1.4.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur windowmaker-20091221-orig/wrlib/load.c windowmaker-20091221/wrlib/load.c ---- windowmaker-20091221-orig/wrlib/load.c 2010-01-21 17:01:10.000000000 -0500 -+++ windowmaker-20091221/wrlib/load.c 2010-01-21 17:02:38.000000000 -0500 -@@ -327,7 +327,7 @@ - - #ifdef USE_PNG - /* check for PNG */ -- if (png_check_sig(buffer, 8)) -+ if (!png_sig_cmp(buffer, 0, 8)) - return IM_PNG; - #endif - |