diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2008-03-05 13:35:23 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2008-03-05 13:35:23 +0000 |
commit | 494a273b15ff64b7d59272e77520358896bbe6ff (patch) | |
tree | b3029d92bc43b2272a3ec22c489cd68588ca5bbb /package | |
parent | 3d8919a1848fea9db3b3f81910f8e895a546472f (diff) | |
download | buildroot-novena-494a273b15ff64b7d59272e77520358896bbe6ff.tar.gz buildroot-novena-494a273b15ff64b7d59272e77520358896bbe6ff.zip |
Fix patch. Apparently people don't know how to test their changes before
cheking them in.
Diffstat (limited to 'package')
-rw-r--r-- | package/libpng/libpng-remove-setjmp-error.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libpng/libpng-remove-setjmp-error.patch b/package/libpng/libpng-remove-setjmp-error.patch index 19df516d2..6d0d8f7f2 100644 --- a/package/libpng/libpng-remove-setjmp-error.patch +++ b/package/libpng/libpng-remove-setjmp-error.patch @@ -1,7 +1,7 @@ -diff -ur libpng-1.2.16/pngconf.h libpng-1.2.16-patched/pngconf.h ---- libpng-1.2.16/pngconf.h 2007-01-31 07:22:33.000000000 -0600 -+++ libpng-1.2.16-patched/pngconf.h 2008-02-27 17:40:23.707516659 -0600 -@@ -310,13 +310,6 @@ +diff -ur libpng-1.2.25/pngconf.h libpng-1.2.25-patched/pngconf.h +--- libpng-1.2.25/pngconf.h 2008-02-18 16:31:05.000000000 -0600 ++++ libpng-1.2.25-patched/pngconf.h 2008-03-05 07:30:22.900478085 -0600 +@@ -319,13 +319,6 @@ # define PNG_SAVE_BSD_SOURCE # undef _BSD_SOURCE # endif @@ -9,7 +9,7 @@ diff -ur libpng-1.2.16/pngconf.h libpng-1.2.16-patched/pngconf.h - /* If you encounter a compiler error here, see the explanation - * near the end of INSTALL. - */ -- __png.h__ already includes setjmp.h; +- __pngconf.h__ already includes setjmp.h; - __dont__ include it again.; -# endif # endif /* __linux__ */ |