summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-06-15 09:42:23 +0000
committeradam <adam@pkgsrc.org>2010-06-15 09:42:23 +0000
commitb0526f6ccee8173a21c465ef6d1463508d4e182e (patch)
treed0e3287f92f4e3cf30be74bfe3f132354fcd5e7f /graphics
parent892fe99e30b26022574e1e3d997c9829c1c70503 (diff)
downloadpkgsrc-b0526f6ccee8173a21c465ef6d1463508d4e182e.tar.gz
work-around finding libpng
Diffstat (limited to 'graphics')
-rw-r--r--graphics/autopano-sift-C/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile
index b7835d08c70..062ee1bdd3f 100644
--- a/graphics/autopano-sift-C/Makefile
+++ b/graphics/autopano-sift-C/Makefile
@@ -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_CMAKE= yes
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"