pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/glib2 remove the "debug" option -- it does not w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed3a98f4d17c
branches: trunk
changeset: 534707:ed3a98f4d17c
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Oct 29 19:06:04 2007 +0000
description:
remove the "debug" option -- it does not work in pkgsrc because CFLAGS
are overridden by the environment
diffstat:
devel/glib2/Makefile | 4 +---
devel/glib2/options.mk | 10 ----------
2 files changed, 1 insertions(+), 13 deletions(-)
diffs (32 lines):
diff -r 8ac4a3985c99 -r ed3a98f4d17c devel/glib2/Makefile
--- a/devel/glib2/Makefile Mon Oct 29 18:41:24 2007 +0000
+++ b/devel/glib2/Makefile Mon Oct 29 19:06:04 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2007/10/26 16:08:43 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2007/10/29 19:06:04 drochner Exp $
# When updating glib2, please apply patch-ak to configure.in
# Then run a matching version of autoconf to regen patch-aa.
@@ -47,8 +47,6 @@
CONFIGURE_ENV+= PERL_PATH=${PERL5:Q}
-.include "options.mk"
-
.include "../../mk/bsd.prefs.mk"
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
diff -r 8ac4a3985c99 -r ed3a98f4d17c devel/glib2/options.mk
--- a/devel/glib2/options.mk Mon Oct 29 18:41:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2005/11/25 21:30:17 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.glib2
-PKG_SUPPORTED_OPTIONS= debug
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --enable-debug=yes
-.endif
Home |
Main Index |
Thread Index |
Old Index