From 8a6f2cd900a7e6aefb206df25768a4edde967be9 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 29 Oct 2007 19:06:04 +0000 Subject: remove the "debug" option -- it does not work in pkgsrc because CFLAGS are overridden by the environment --- devel/glib2/Makefile | 4 +--- devel/glib2/options.mk | 10 ---------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 devel/glib2/options.mk (limited to 'devel') 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 -- cgit v1.2.3