summaryrefslogtreecommitdiff
path: root/graphics/flphoto
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 15:49:17 +0000
committermarino <marino>2012-01-29 15:49:17 +0000
commita9c949559cfb05e5d55a9cbc5ba3f4229d5fab46 (patch)
tree804a6c9911f39d45a418e17793ae251ea3fec877 /graphics/flphoto
parent2f0580f7d90aff4f2b00d01f890d1007f20eb54b (diff)
downloadpkgsrc-a9c949559cfb05e5d55a9cbc5ba3f4229d5fab46.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"