summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authortnn <tnn>2010-03-04 10:18:46 +0000
committertnn <tnn>2010-03-04 10:18:46 +0000
commitcb792a8a3e5efe4833116fc4cd1aa58044c12ed0 (patch)
tree5d25851501339b0e65cb6b990bc73604cb1dd9c3 /graphics/png
parenta4779aebe057616956f8257fb92853378a45d3f2 (diff)
downloadpkgsrc-cb792a8a3e5efe4833116fc4cd1aa58044c12ed0.tar.gz
scratch that, pkg-config does the right thing.
We only needed the fix for libpng-config.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/distinfo3
-rw-r--r--graphics/png/patches/patch-ag11
2 files changed, 1 insertions, 13 deletions
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 62962b42c7b..c576119000a 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.65 2010/03/04 10:15:44 tnn Exp $
+$NetBSD: distinfo,v 1.66 2010/03/04 10:18:46 tnn Exp $
SHA1 (libpng-1.2.41.tar.bz2) = e859ce73c5344ce10576d03cab3b660459b30c13
RMD160 (libpng-1.2.41.tar.bz2) = b9d3f22ef7fbe43327cb3d5153fed1ca237785cb
@@ -7,4 +7,3 @@ SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
SHA1 (patch-ac) = 44b167433e066556022d9b43fa33a7f887f83617
SHA1 (patch-ae) = e9700e7d3dd536d80e47cffa20b412a6c69660be
SHA1 (patch-af) = 1998c2faf616666ad8b975e8ffbacdb9c594a714
-SHA1 (patch-ag) = e0f087e1b5bcf205de3afb88efdee3f3b3d60cea
diff --git a/graphics/png/patches/patch-ag b/graphics/png/patches/patch-ag
deleted file mode 100644
index f7faeb57b6b..00000000000
--- a/graphics/png/patches/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2010/03/04 10:15:44 tnn Exp $
-
---- scripts/libpng.pc.in.orig 2009-12-03 01:46:02.000000000 +0000
-+++ scripts/libpng.pc.in
-@@ -6,5 +6,5 @@ includedir=@includedir@/libpng12
- Name: libpng
- Description: Loads and saves PNG files
- Version: 1.2.41
--Libs: -L${libdir} -lpng12
-+Libs: -L${libdir} -lpng12 -lz -lm
- Cflags: -I${includedir}