diff options
Diffstat (limited to 'graphics/png/patches/patch-ag')
-rw-r--r-- | graphics/png/patches/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/png/patches/patch-ag b/graphics/png/patches/patch-ag new file mode 100644 index 00000000000..b96c0c8578a --- /dev/null +++ b/graphics/png/patches/patch-ag @@ -0,0 +1,11 @@ +$NetBSD: patch-ag,v 1.1 2010/03/04 10:13:16 tnn Exp $ + +--- ./scripts/libpng.pc.in.orig 2010-03-04 10:02:50.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: -Wl,-R${libdir} -L${libdir} -lpng12 ++Libs: -Wl,-R${libdir} -L${libdir} -lpng12 -lz -lm + Cflags: -I${includedir} |