pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Extend ".la" file hack to make it work un...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b47dd968715a
branches:  trunk
changeset: 511564:b47dd968715a
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Apr 17 12:49:16 2006 +0000

description:
Extend ".la" file hack to make it work under Mac OS X (Darwin), too.

diffstat:

 graphics/png/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r be136caf819e -r b47dd968715a graphics/png/Makefile
--- a/graphics/png/Makefile     Mon Apr 17 12:44:01 2006 +0000
+++ b/graphics/png/Makefile     Mon Apr 17 12:49:16 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2006/04/16 23:19:15 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2006/04/17 12:49:16 tron Exp $
 
 DISTNAME=      libpng-1.2.9
 PKGNAME=       ${DISTNAME:S/lib//}
@@ -28,6 +28,7 @@
 post-install:
        cd ${PREFIX}/lib && \
                ${SED} -e 's/png12/png/g' -e 's/0.9.0/3.9.0/' -e 's/so\.0/so\.3/g' \
+                       -e 's/libpng.0.dylib/libpng.3.dylib/g' \
                        libpng.la > libpng.la.out && \
                ${MV} libpng.la.out libpng.la
 



Home | Main Index | Thread Index | Old Index