Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 03:45:16 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9195 for review
Message-ID:  <200204061145.g36BjGV45560@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9195

Change 9195 by peter@peter_thunder on 2002/04/06 03:44:28

	new/delete moved from libgcc to libstdc++.  Sigh.

Affected files ...

... //depot/projects/ia64/gnu/usr.bin/gperf/Makefile#2 edit

Differences ...

==== //depot/projects/ia64/gnu/usr.bin/gperf/Makefile#2 (text+ko) ====

@@ -14,4 +14,7 @@
 
 CXXFLAGS+=	-I${GPROFDIR}/lib -I${.CURDIR}
 
+DPADD+=	${LIBSTDCPLUSPLUS}
+LDADD+=	-lstdc++
+
 .include <bsd.prog.mk>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204061145.g36BjGV45560>