From af8d6f69e201f94e37f35f403b82e39c2846804f Mon Sep 17 00:00:00 2001 From: cjep Date: Sat, 20 Apr 2002 15:47:01 +0000 Subject: On arm32, use gcc-2.95.3 to avoid internal egcs errors. --- graphics/ncview/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphics/ncview') diff --git a/graphics/ncview/Makefile b/graphics/ncview/Makefile index 5b1a1c17b03..525c23e3436 100644 --- a/graphics/ncview/Makefile +++ b/graphics/ncview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/03 21:06:13 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/20 15:47:01 cjep Exp $ DISTNAME= ncview-1.92c CATEGORIES= graphics @@ -25,4 +25,8 @@ CONFIGURE_ARGS+= --with-netcdf_libdir=${NETCDF}/lib CONFIGURE_ARGS+= --with-udunits_incdir=${UDUNITS}/include CONFIGURE_ARGS+= --with-udunits_libdir=${UDUNITS}/lib +.if (${MACHINE_ARCH} == "arm32") +. include "../../lang/gcc/Makefile.gcc" +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3