summaryrefslogtreecommitdiff
path: root/devel/xulrunner
diff options
context:
space:
mode:
authortnn <tnn>2009-09-16 18:42:31 +0000
committertnn <tnn>2009-09-16 18:42:31 +0000
commit0a018c3e3043ee4822cd1fb0ee9af137f0636333 (patch)
treee50e73bc40d2bc837dbc29fb21c487a1be769fd5 /devel/xulrunner
parente953cb6391993fa5b766c2c29ef70de795447a35 (diff)
downloadpkgsrc-0a018c3e3043ee4822cd1fb0ee9af137f0636333.tar.gz
fix PLIST when debug option is enabled
Diffstat (limited to 'devel/xulrunner')
-rw-r--r--devel/xulrunner/PLIST3
-rw-r--r--devel/xulrunner/options.mk5
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST
index d177efdb4d4..cefcdc69112 100644
--- a/devel/xulrunner/PLIST
+++ b/devel/xulrunner/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2009/09/13 17:56:56 tnn Exp $
+@comment $NetBSD: PLIST,v 1.15 2009/09/16 18:42:31 tnn Exp $
bin/xulrunner
include/xulrunner/stable/base64.h
include/xulrunner/stable/blapit.h
@@ -1479,6 +1479,7 @@ include/xulrunner/unstable/nsILocalFileWin.h
include/xulrunner/unstable/nsILocalStore.h
include/xulrunner/unstable/nsILocale.h
include/xulrunner/unstable/nsILocaleService.h
+${PLIST.debug}include/xulrunner/unstable/nsILoggingSink.h
include/xulrunner/unstable/nsILoginInfo.h
include/xulrunner/unstable/nsILoginManager.h
include/xulrunner/unstable/nsILoginManagerIEMigrationHelper.h
diff --git a/devel/xulrunner/options.mk b/devel/xulrunner/options.mk
index 707017c9c11..dcdaccd3a27 100644
--- a/devel/xulrunner/options.mk
+++ b/devel/xulrunner/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2009/09/13 19:10:10 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2009/09/16 18:42:31 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
-PLIST_VARS+= jit gnome
+PLIST_VARS+= jit gnome debug
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --disable-jemalloc
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
+PLIST.debug= yes
.else
CONFIGURE_ARGS+= --disable-debug
.endif