do the "stop i386 running out of memory" dance for seamonkey as well, already
done for tb/fx/fx.esr
This commit is contained in:
parent
889c87ff6d
commit
9b66be944d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.221 2018/12/01 09:19:27 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.222 2018/12/01 12:15:23 sthen Exp $
|
||||
|
||||
COMMENT-main = Mozilla application suite
|
||||
COMMENT-lightning = Mozilla Seamonkey calendar extension
|
||||
@ -53,6 +53,11 @@ CONFIGURE_ARGS += --enable-calendar
|
||||
# SQLITE_CFLAGS is set from pkgconfig, but it's not used for all files that need it
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS += --disable-debug-symbols
|
||||
DPB_PROPERTIES = lonesome
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKBUILD}/dist/man/man1/seamonkey.1 ${PREFIX}/man/man1/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user