summaryrefslogtreecommitdiff
path: root/graphics/png/patches
diff options
context:
space:
mode:
authoradam <adam>2004-10-15 12:33:21 +0000
committeradam <adam>2004-10-15 12:33:21 +0000
commit1a97ea61773f21f934a8429dce77f048b775adb7 (patch)
tree8095edc213f556944bf761c50b84bb1b43c37b50 /graphics/png/patches
parent04c63c39f289b4be562799eee5479e055ab9c308 (diff)
downloadpkgsrc-1a97ea61773f21f934a8429dce77f048b775adb7.tar.gz
Changes 1.2.7:
* Removed unused pngasmrd.h file. * Removed references to uu.net for archived files. Added references to PNG Spec (second edition) and the PNG ISO/IEC Standard. * Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR. * Fixed bug with "optimized window size" in the IDAT datastream, that causes libpng to write PNG files with incorrect zlib header bytes. * Fixed bug with sCAL chunk and big-endian machines (David Munro). * Undid new code added in 1.2.6rc2 to update the color_type in png_set_filler(). * Added png_set_add_alpha() that updates color type. * Revised png_set_strip_filler() to not remove alpha if color_type has alpha. * Added makefile.hp64 * Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin
Diffstat (limited to 'graphics/png/patches')
-rw-r--r--graphics/png/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/patches/patch-ad b/graphics/png/patches/patch-ad
index 4cb07d2190f..68c1114bfc4 100644
--- a/graphics/png/patches/patch-ad
+++ b/graphics/png/patches/patch-ad
@@ -1,11 +1,11 @@
-$NetBSD: patch-ad,v 1.4 2004/08/17 09:54:30 drochner Exp $
+$NetBSD: patch-ad,v 1.5 2004/10/15 12:33:21 adam Exp $
---- scripts/libpng.pc.in.orig 2004-08-15 14:15:22.000000000 +0200
+--- scripts/libpng.pc.in.orig 2004-09-12 02:19:36.000000000 +0000
+++ scripts/libpng.pc.in
@@ -7,5 +7,5 @@ includedir=${exec_prefix}/include
Name: libpng12
Description: Loads and saves PNG files
- Version: 1.2.6
+ Version: 1.2.7
-Libs: -L${libdir} -lpng12 -lz -lm
-Cflags: -I${includedir}/libpng12
+Libs: -L${libdir} -lpng -lz -lm