pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dbus-glib Add options.mk file.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d7e97aa7149
branches: trunk
changeset: 555096:5d7e97aa7149
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 24 15:42:19 2009 +0000
description:
Add options.mk file.
diffstat:
sysutils/dbus-glib/options.mk | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r cb00f349dfcb -r 5d7e97aa7149 sysutils/dbus-glib/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus-glib/options.mk Tue Feb 24 15:42:19 2009 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2009/02/24 15:42:19 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.dbus-glib
+PKG_SUPPORTED_OPTIONS+= debug
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+= --enable-asserts
+CONFIGURE_ARGS+= --enable-tests
+CONFIGURE_ARGS+= --enable-verbose-mode
+.endif
Home |
Main Index |
Thread Index |
Old Index