diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 21:07:12 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 21:07:12 +0000 |
commit | edb0f41b39da2a58ee586c95728127af0f3cee59 (patch) | |
tree | 6ed51d4ddedd39fc301134ebbe4897a8271571e2 /graphics | |
parent | fb0b1fd128673414553eb347fac56c2a943adc20 (diff) | |
download | pkgsrc-edb0f41b39da2a58ee586c95728127af0f3cee59.tar.gz |
graphics/autopano-sift-C: Fix indirect linking error on DragonFly
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autopano-sift-C/Makefile | 4 |
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 |