pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/flphoto graphics/flphoto: Fix indirect linkin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/934a38e87fff
branches:  trunk
changeset: 598751:934a38e87fff
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 15:49:17 2012 +0000

description:
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:

 graphics/flphoto/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4cfa96c89a31 -r 934a38e87fff graphics/flphoto/Makefile
--- a/graphics/flphoto/Makefile Sun Jan 29 15:48:02 2012 +0000
+++ b/graphics/flphoto/Makefile Sun Jan 29 15:49:17 2012 +0000
@@ -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 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+LIBS.DragonFly=        -lstdc++
+
 .include "../../x11/fltk/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../print/cups/buildlink3.mk"



Home | Main Index | Thread Index | Old Index