summaryrefslogtreecommitdiff
path: root/graphics/ncview
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-04-20 15:47:01 +0000
committercjep <cjep@pkgsrc.org>2002-04-20 15:47:01 +0000
commitaf8d6f69e201f94e37f35f403b82e39c2846804f (patch)
tree68e8c2bf0c69508996f2c8ce5d9485ff8d46fec6 /graphics/ncview
parent0b435b23950370ea78e5e5407469252b480638e7 (diff)
downloadpkgsrc-af8d6f69e201f94e37f35f403b82e39c2846804f.tar.gz
On arm32, use gcc-2.95.3 to avoid internal egcs errors.
Diffstat (limited to 'graphics/ncview')
-rw-r--r--graphics/ncview/Makefile6
1 files changed, 5 insertions, 1 deletions
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"