pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/prcs The source code contains a couple of C++ fe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d0c4719b03d
branches: trunk
changeset: 477199:3d0c4719b03d
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Jun 27 22:09:27 2004 +0000
description:
The source code contains a couple of C++ features that is not
implented in gcc 2.95. Require a newer compiler.
Solves PR 26085.
diffstat:
devel/prcs/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r ca0adba56393 -r 3d0c4719b03d devel/prcs/Makefile
--- a/devel/prcs/Makefile Sun Jun 27 21:41:39 2004 +0000
+++ b/devel/prcs/Makefile Sun Jun 27 22:09:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/06/25 16:43:54 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2004/06/27 22:09:27 kristerw Exp $
# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
#
@@ -21,4 +21,6 @@
USE_LANGUAGES= c c++
CONFIGURE_ENV+= EMACS=no
+GCC_REQD= 3.0
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index