summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorcjep <cjep>2002-04-20 15:47:01 +0000
committercjep <cjep>2002-04-20 15:47:01 +0000
commit827fd69a65a7a95328d1e005398135f5d8b3914c (patch)
tree68e8c2bf0c69508996f2c8ce5d9485ff8d46fec6 /graphics
parent4d933ab9039265de09e1f44be0a515e9d73c144f (diff)
downloadpkgsrc-827fd69a65a7a95328d1e005398135f5d8b3914c.tar.gz
On arm32, use gcc-2.95.3 to avoid internal egcs errors.
Diffstat (limited to 'graphics')
-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"