graphics/flphoto: Fix indirect linking error on DragonFly

In this case LIBS.DragonFly has to be used instead of LDFLAGS.DragonFly
in order to directly link libstdc++.
This commit is contained in:
marino 2012-01-29 15:49:17 +00:00
parent 6384d43d39
commit 41a95f9d52

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2011/04/22 13:43:44 obache Exp $
# $NetBSD: Makefile,v 1.20 2012/01/29 15:49:17 marino Exp $
#
DISTNAME= flphoto-1.2-source
@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/flphoto-1.2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
LIBS.DragonFly= -lstdc++
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../print/cups/buildlink3.mk"