From bb0f557859dc44bd7132c156e88ae2053b008528 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 15 Nov 2009 05:49:13 -0600 Subject: [PATCH] [devel] Added libpng-config.in and libpng-pc.in to the zip and 7z distributions (they are needed by CMakeList.txt). --- ANNOUNCE | 1 + CHANGES | 1 + libpng-config.in | 3 +-- libpng-pc.in | 3 +-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 08ef4b9b9..15bdc04f9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -686,6 +686,7 @@ version 1.4.0beta101 [November 14, 2009] project was added. version 1.4.0beta102 [November 15, 2009] + Added libpng-config.in and libpng-pc.in to the zip and 7z distributions. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 385cd1ec3..279671545 100644 --- a/CHANGES +++ b/CHANGES @@ -2373,6 +2373,7 @@ version 1.4.0beta101 [November 14, 2009] project was added. version 1.4.0beta102 [November 15, 2009] + Added libpng-config.in and libpng-pc.in to the zip and 7z distributions. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/libpng-config.in b/libpng-config.in index 1017b01c1..2987cef8e 100755 --- a/libpng-config.in +++ b/libpng-config.in @@ -22,8 +22,7 @@ I_opts="-I${includedir}" L_opts="-L${libdir}" R_opts="" cppflags="" -%12-%ccopts="@LIBPNG_NO_MMX@" -%14+%ccopts="" +ccopts="" ldopts="" usage() diff --git a/libpng-pc.in b/libpng-pc.in index 6de64ffa6..3e7e2c58a 100644 --- a/libpng-pc.in +++ b/libpng-pc.in @@ -8,5 +8,4 @@ Description: Loads and saves PNG files Version: @PNGLIB_VERSION@ Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ Libs.private: @LIBS@ -%12-%Cflags: -I${includedir} @LIBPNG_NO_MMX@ -%14+%Cflags: -I${includedir} +Cflags: -I${includedir}