pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/pcb cad/pcb: Add indirectly linked libraries to LD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/563ded3f4d37
branches:  trunk
changeset: 597236:563ded3f4d37
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Dec 17 19:00:11 2011 +0000

description:
cad/pcb: Add indirectly linked libraries to LDFLAGS for ld v2.22

diffstat:

 cad/pcb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 96eeae751173 -r 563ded3f4d37 cad/pcb/Makefile
--- a/cad/pcb/Makefile  Sat Dec 17 18:24:10 2011 +0000
+++ b/cad/pcb/Makefile  Sat Dec 17 19:00:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2011/12/09 12:42:09 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.58 2011/12/17 19:00:11 marino Exp $
 #
 
 DISTNAME=      pcb-20110918
@@ -32,6 +32,7 @@
 USE_TOOLS+=            bison gm4:run gmake intltool lex wish:run pkg-config
 USE_PKGLOCALEDIR=      yes
 INFO_FILES=            yes
+LDFLAGS+=              -lstdc++  # direct link as required by ld v2.22
 
 USE_LANGUAGES=         c c++
 



Home | Main Index | Thread Index | Old Index