pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/prc-tools there's little chance this will compil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6106e46700e
branches:  trunk
changeset: 476516:c6106e46700e
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 09:08:02 2004 +0000

description:
there's little chance this will compile with anything but gcc. mark it
so.

diffstat:

 devel/prc-tools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r eba22ddf4f5d -r c6106e46700e devel/prc-tools/Makefile
--- a/devel/prc-tools/Makefile  Sat Jun 12 09:06:51 2004 +0000
+++ b/devel/prc-tools/Makefile  Sat Jun 12 09:08:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/03/02 19:49:40 kristerw Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/12 09:08:02 grant Exp $
 #
 
 DISTNAME=      prc-tools-2.2
@@ -37,6 +37,8 @@
 USE_MAKEINFO=  YES
 INFO_FILES=    prc-tools.info
 
+ONLY_FOR_COMPILER=     gcc
+
 CONFIG_GUESS_OVERRIDE= # empty
 CONFIG_SUB_OVERRIDE=   # empty
 



Home | Main Index | Thread Index | Old Index