pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/lprof graphics/lprof: Fix indirect linking er...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11d0330e5fd5
branches:  trunk
changeset: 598732:11d0330e5fd5
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 10:15:01 2012 +0000

description:
graphics/lprof: Fix indirect linking error on DragonFly

diffstat:

 graphics/lprof/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e54213e0e9e6 -r 11d0330e5fd5 graphics/lprof/Makefile
--- a/graphics/lprof/Makefile   Sun Jan 29 10:13:16 2012 +0000
+++ b/graphics/lprof/Makefile   Sun Jan 29 10:15:01 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/11/01 06:01:41 sbd Exp $
+# $NetBSD: Makefile,v 1.21 2012/01/29 10:15:01 marino Exp $
 #
 
 DISTNAME=              lprof-1.10.1
@@ -11,6 +11,7 @@
 COMMENT=               ICC Profile generation tool (for IT8.7 targets)
 
 MAKE_JOBS_SAFE=                no
+LDFLAGS.DragonFly=     -lstdc++
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index