summaryrefslogtreecommitdiff
path: root/graphics/autopano-sift-C/Makefile
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 21:07:12 +0000
committermarino <marino>2012-01-29 21:07:12 +0000
commit4a6e77a639fb35cee2f76b91f7b141df409d058c (patch)
tree6ed51d4ddedd39fc301134ebbe4897a8271571e2 /graphics/autopano-sift-C/Makefile
parent7c25cb6d5ff0c8a669a1fecc22996b949d1885ba (diff)
downloadpkgsrc-4a6e77a639fb35cee2f76b91f7b141df409d058c.tar.gz
graphics/autopano-sift-C: Fix indirect linking error on DragonFly
Diffstat (limited to 'graphics/autopano-sift-C/Makefile')
-rw-r--r--graphics/autopano-sift-C/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile
index 00a5ae0a299..2b3070ce11e 100644
--- a/graphics/autopano-sift-C/Makefile
+++ b/graphics/autopano-sift-C/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/01/13 13:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2012/01/29 21:07:12 marino Exp $
DISTNAME= autopano-sift-C-2.5.1
PKGREVISION= 4
@@ -17,6 +17,8 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+LDFLAGS.DragonFly= -lm
+
# work-around finding libpng
post-extract:
rm ${WRKSRC}/CMakeModules/FindPNG.cmake