summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authordrochner <drochner>2007-10-29 19:06:04 +0000
committerdrochner <drochner>2007-10-29 19:06:04 +0000
commitac541940d02ef489045f9f9b43b7ac21702ec972 (patch)
treeaa311a48b8eb1a163a560a9f9747b79445f1facc /devel/glib2
parentf157c9d13404cd2bd133dafcb73f52714f3656dc (diff)
downloadpkgsrc-ac541940d02ef489045f9f9b43b7ac21702ec972.tar.gz
remove the "debug" option -- it does not work in pkgsrc because CFLAGS
are overridden by the environment
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile4
-rw-r--r--devel/glib2/options.mk10
2 files changed, 1 insertions, 13 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 61e4b31f8b8..67efda3c5ab 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -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+= F77=${FALSE:Q}
CONFIGURE_ENV+= PERL_PATH=${PERL5:Q}
-.include "options.mk"
-
.include "../../mk/bsd.prefs.mk"
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
diff --git a/devel/glib2/options.mk b/devel/glib2/options.mk
deleted file mode 100644
index 67af8a469c5..00000000000
--- a/devel/glib2/options.mk
+++ /dev/null
@@ -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