cad/pcb: Add indirectly linked libraries to LDFLAGS for ld v2.22
This commit is contained in:
parent
d3c84c99cc
commit
c3a8c7956c
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ CONFIGURE_ARGS+= --disable-update-mime-database
|
|||
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++
|
||||
|
||||
|
|
Loading…
Reference in a new issue