aboutsummaryrefslogtreecommitdiff
path: root/graphics/png/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-07-23 07:05:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-07-23 07:05:41 +0000
commitf088c380604ae478ac84f474d26938142e594596 (patch)
tree6c9344aaca145ca45c0a6e5b4b30107b0d5377de /graphics/png/files
parent16acd8f56c99e2f9bd815866412a55b50f0969dd (diff)
downloadports-f088c380604ae478ac84f474d26938142e594596.tar.gz
ports-f088c380604ae478ac84f474d26938142e594596.zip
Notes
Diffstat (limited to 'graphics/png/files')
-rw-r--r--graphics/png/files/patch-ab24
-rw-r--r--graphics/png/files/patch-ac13
2 files changed, 20 insertions, 17 deletions
diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab
index 749d314e0c43..ff3a31b6638f 100644
--- a/graphics/png/files/patch-ab
+++ b/graphics/png/files/patch-ab
@@ -1,10 +1,18 @@
---- scripts/libpng.pc.in.orig Sun Aug 15 16:15:22 2004
-+++ scripts/libpng.pc.in Fri Sep 3 07:09:49 2004
-@@ -7,5 +7,5 @@
- Name: libpng12
+--- scripts/libpng.pc.in.orig Wed Jun 28 00:22:40 2006
++++ scripts/libpng.pc.in Sun Jul 23 10:56:25 2006
+@@ -1,10 +1,10 @@
+-prefix=@prefix@
+-exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@/libpng12
++prefix=@PREFIX@
++exec_prefix=${prefix}
++libdir=${exec_prefix}/lib
++includedir=${prefix}/include
+
+ Name: libpng
Description: Loads and saves PNG files
- Version: 1.2.8
--Libs: -L${libdir} -lpng12 -lz -lm
--Cflags: -I${includedir}/libpng12
+ Version: 1.2.12
+-Libs: -L${libdir} -lpng12
+Libs: -L${libdir} -lpng -lz -lm
-+Cflags: -I${includedir}/libpng
+ Cflags: -I${includedir}
diff --git a/graphics/png/files/patch-ac b/graphics/png/files/patch-ac
index be538a4031c1..5666752ac236 100644
--- a/graphics/png/files/patch-ac
+++ b/graphics/png/files/patch-ac
@@ -1,21 +1,16 @@
--- scripts/libpng-config-body.in.orig Wed Sep 18 08:05:43 2002
-+++ scripts/libpng-config-body.in Sun Jan 30 17:31:12 2005
-@@ -77,12 +77,16 @@
++++ scripts/libpng-config-body.in Sun Jul 23 10:27:47 2006
+@@ -77,8 +77,12 @@
echo ${R_opts}
;;
+ --ldopts)
-+ echo ${ldopts}
++ echo ${ldopts}
+ ;;
+
--ldflags)
- echo ${ldflags} ${L_opts} ${R_opts} ${libs}
-+ echo ${ldopts} ${L_opts} ${R_opts} ${libs}
++ echo ${ldopts} ${L_opts} ${R_opts} ${libs}
;;
--static)
-- R_opts=""
-+ R_opts="-static"
- ;;
-
- *)