pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/autopano-sift-C work-around finding libpng



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32873001296b
branches:  trunk
changeset: 576590:32873001296b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 15 09:42:23 2010 +0000

description:
work-around finding libpng

diffstat:

 graphics/autopano-sift-C/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r fe351b3e2dde -r 32873001296b graphics/autopano-sift-C/Makefile
--- a/graphics/autopano-sift-C/Makefile Tue Jun 15 09:23:14 2010 +0000
+++ b/graphics/autopano-sift-C/Makefile Tue Jun 15 09:42:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/06/13 22:44:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/15 09:42:23 adam Exp $
 
 DISTNAME=      autopano-sift-C-2.5.1
 PKGREVISION=   2
@@ -17,6 +17,10 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
+# work-around finding libpng
+post-extract:
+       rm ${WRKSRC}/CMakeModules/FindPNG.cmake
+
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/libpano13/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index