diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 09:08:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 09:08:02 +0000 |
commit | d98cfe8c2e9718bf18c0d6db0a031dd2f270f0bd (patch) | |
tree | 3906dbdcec3de5508b9f562924d67b1f4fb17697 /devel/prc-tools | |
parent | e664ed990dfcd60370cbacf3ec47ea365380c7e5 (diff) | |
download | pkgsrc-d98cfe8c2e9718bf18c0d6db0a031dd2f270f0bd.tar.gz |
there's little chance this will compile with anything but gcc. mark it
so.
Diffstat (limited to 'devel/prc-tools')
-rw-r--r-- | devel/prc-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/prc-tools/Makefile b/devel/prc-tools/Makefile index 7eb97d37beb..0069e3d88be 100644 --- a/devel/prc-tools/Makefile +++ b/devel/prc-tools/Makefile @@ -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 @@ AUTOCONF_REQD= 2.50 USE_MAKEINFO= YES INFO_FILES= prc-tools.info +ONLY_FOR_COMPILER= gcc + CONFIG_GUESS_OVERRIDE= # empty CONFIG_SUB_OVERRIDE= # empty |