summaryrefslogtreecommitdiff
path: root/graphics/flphoto
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 15:49:17 +0000
committermarino <marino@pkgsrc.org>2012-01-29 15:49:17 +0000
commit6f12e82931240e772bd32816e2f324d5f77a95c0 (patch)
tree804a6c9911f39d45a418e17793ae251ea3fec877 /graphics/flphoto
parentaa9fb36608fe6ab19b8656dfbf42e53e7b0ecf4d (diff)
downloadpkgsrc-6f12e82931240e772bd32816e2f324d5f77a95c0.tar.gz
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++.
Diffstat (limited to 'graphics/flphoto')
-rw-r--r--graphics/flphoto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile
index 09c183d4830..9e76131ed25 100644
--- a/graphics/flphoto/Makefile
+++ b/graphics/flphoto/Makefile
@@ -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"