diff options
author | wiz <wiz> | 2004-07-04 00:23:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-07-04 00:23:21 +0000 |
commit | aa5c712aaf33ef6d8c32ef7d2a582143f0276434 (patch) | |
tree | b37f821c5682963f5021aaa2c69754c36806c09d /devel/prc-tools | |
parent | 3bb884c1fe757647e6b5f4f86e9cfda487cbc0f1 (diff) | |
download | pkgsrc-aa5c712aaf33ef6d8c32ef7d2a582143f0276434.tar.gz |
USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before)
Diffstat (limited to 'devel/prc-tools')
-rw-r--r-- | devel/prc-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/prc-tools/Makefile b/devel/prc-tools/Makefile index 0069e3d88be..fad416485c7 100644 --- a/devel/prc-tools/Makefile +++ b/devel/prc-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/06/12 09:08:02 grant Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/04 00:23:21 wiz Exp $ # DISTNAME= prc-tools-2.2 @@ -42,7 +42,7 @@ ONLY_FOR_COMPILER= gcc CONFIG_GUESS_OVERRIDE= # empty CONFIG_SUB_OVERRIDE= # empty -USE_PKGSRC_GCC= # defined +GCC_REQD+= 2.8.0 #CONFIGURE_ARGS+=--target=m68k-palmos CONFIGURE_ARGS+=--enable-targets=m68k-palmos,arm-palmos |