912d6e2b4b
There's a SEGV in glib2 and the backtrace doesn't have any browser engine references in it so I'm inclined to believe this package was broken by a glib2/gtk2 update.
16 lines
410 B
Makefile
16 lines
410 B
Makefile
# $NetBSD: options.mk,v 1.5 2009/08/06 12:21:37 tnn Exp $
|
|
#
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
|
|
PKG_SUPPORTED_OPTIONS= gnutls
|
|
PKG_SUGGESTED_OPTIONS+= gnutls
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgnutls)
|
|
. include "../../security/gnutls/buildlink3.mk"
|
|
. include "../../security/gnutls/libgnutls-config.mk"
|
|
#CONFIGURE_ARGS+= --enable-ssl
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-ssl
|
|
.endif
|