diff options
author | marino <marino> | 2012-01-29 10:15:01 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-29 10:15:01 +0000 |
commit | 2b93ff2a8b28be80fc9a4768a1707d998f8ebceb (patch) | |
tree | 05602086841fbda7f2621e5225bd7d52f929beab /graphics/lprof | |
parent | 91b204185ab1caa3c50cfc635443b3c1ad2b5e53 (diff) | |
download | pkgsrc-2b93ff2a8b28be80fc9a4768a1707d998f8ebceb.tar.gz |
graphics/lprof: Fix indirect linking error on DragonFly
Diffstat (limited to 'graphics/lprof')
-rw-r--r-- | graphics/lprof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lprof/Makefile b/graphics/lprof/Makefile index b7b2194668a..39d05267f9b 100644 --- a/graphics/lprof/Makefile +++ b/graphics/lprof/Makefile @@ -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 @@ HOMEPAGE= http://lprof.sourceforge.net/ COMMENT= ICC Profile generation tool (for IT8.7 targets) MAKE_JOBS_SAFE= no +LDFLAGS.DragonFly= -lstdc++ PKG_DESTDIR_SUPPORT= user-destdir |