Compile this package without optimization under arm32 port because "egcs"
crashes otherwise.
This commit is contained in:
parent
b4cc47ee45
commit
5068d2c870
1 changed files with 7 additions and 1 deletions
|
@ -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
|
DISTNAME= netpbm-9.2
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
@ -18,6 +18,12 @@ INSTALL_TARGET= install.dev install
|
||||||
MAKE_ENV+= ECHO="${ECHO}"
|
MAKE_ENV+= ECHO="${ECHO}"
|
||||||
MAKEFILE= GNUmakefile
|
MAKEFILE= GNUmakefile
|
||||||
|
|
||||||
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
|
||||||
|
.if ${OPSYS} == NetBSD && ${MACHINE_ARCH} == arm32
|
||||||
|
CFLAGS=
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/shhopt/shhopt.h ${PREFIX}/include
|
${INSTALL_DATA} ${WRKSRC}/shhopt/shhopt.h ${PREFIX}/include
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue