summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/pcb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index b0349b5dacb..765484a6b9b 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -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++