summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authortron <tron>2000-05-20 11:02:07 +0000
committertron <tron>2000-05-20 11:02:07 +0000
commit6b99d060d576ff14012bfbd7685e41158053ca91 (patch)
treeba657c8d3bd7fe921b4ce3396214396c1d00190f /graphics/netpbm
parent7b8be5a1d96ec97fde96727d33aaf2b6b74e63ee (diff)
downloadpkgsrc-6b99d060d576ff14012bfbd7685e41158053ca91.tar.gz
Compile this package without optimization under arm32 port because "egcs"
crashes otherwise.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 501606b95aa..540179d5678 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2000/05/17 18:41:21 tron Exp $
+# $NetBSD: Makefile,v 1.39 2000/05/20 11:02:07 tron Exp $
DISTNAME= netpbm-9.2
CATEGORIES= graphics
@@ -18,6 +18,12 @@ INSTALL_TARGET= install.dev install
MAKE_ENV+= ECHO="${ECHO}"
MAKEFILE= GNUmakefile
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == NetBSD && ${MACHINE_ARCH} == arm32
+CFLAGS=
+.endif
+
post-install:
${INSTALL_DATA} ${WRKSRC}/shhopt/shhopt.h ${PREFIX}/include