Module Name:    src
Committed By:   mrg
Date:           Wed Jun 29 02:00:09 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/g++: Makefile
        src/external/gpl3/gcc/usr.bin/gcc: Makefile

Log Message:
these need -lintl now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/g++/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/g++/Makefile
diff -u src/external/gpl3/gcc/usr.bin/g++/Makefile:1.1 src/external/gpl3/gcc/usr.bin/g++/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/g++/Makefile:1.1	Tue Jun 21 06:03:14 2011
+++ src/external/gpl3/gcc/usr.bin/g++/Makefile	Wed Jun 29 02:00:09 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2011/06/21 06:03:14 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2011/06/29 02:00:09 mrg Exp $
 
 PROG=		gplusplus
 PROGNAME=	g++
@@ -15,3 +15,6 @@
 .include "../Makefile.frontend"
 
 .PATH: ${DIST}/gcc ${DIST}/gcc/cp
+
+LDADD+=		-lintl
+DPADD+=		${LIBINTL}

Index: src/external/gpl3/gcc/usr.bin/gcc/Makefile
diff -u src/external/gpl3/gcc/usr.bin/gcc/Makefile:1.1 src/external/gpl3/gcc/usr.bin/gcc/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/Makefile:1.1	Tue Jun 21 06:03:14 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/Makefile	Wed Jun 29 02:00:09 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2011/06/21 06:03:14 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2011/06/29 02:00:09 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -23,4 +23,7 @@
 
 COPTS.builtins.c = -Wno-stack-protector
 
+LDADD+=		-lintl
+DPADD+=		${LIBINTL}
+
 gcc.info: gcc-vers.texi

Reply via email to