1e320db38d
the community-driven continuation of the Mozilla Suite, which is no longer maintained by Mozilla.
12 lines
329 B
Makefile
12 lines
329 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
|
|
|
|
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
|
|
PKG_SUPPORTED_OPTIONS = debug
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
# this .if test looks backward, but the missing options disables debug,
|
|
# so it is correct
|
|
.if empty(PKG_OPTIONS:Mdebug)
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
.endif
|