From 6eba282d02c82ef7d34b3e31a9590275627a5f11 Mon Sep 17 00:00:00 2001 From: dcoppa Date: Wed, 13 Oct 2010 06:26:04 +0000 Subject: [PATCH] Zap "--disable-debugger" from CONFIGURE_ARGS No bump, as debugger was already disabled by default. From Brad --- www/gnash/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www/gnash/Makefile b/www/gnash/Makefile index 5c16d48be0c..aca957744df 100644 --- a/www/gnash/Makefile +++ b/www/gnash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2010/10/12 10:05:31 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.31 2010/10/13 06:26:04 dcoppa Exp $ SHARED_ONLY= Yes @@ -50,15 +50,12 @@ LIB_DEPENDS= ::archivers/bzip2 \ USE_X11= Yes USE_GMAKE= Yes - # Gnash requires GNU libtool 2.2 or greater, so use the bundled one USE_LIBTOOL= gnu LIBTOOL= ${WRKSRC}/libtool LIBTOOL_FLAGS+= --tag=disable-static - CONFIGURE_STYLE= gnu CONFIGURE_ARGS+=--disable-cygnal \ - --disable-debugger \ --disable-jemalloc \ --disable-silent-rules \ --enable-renderer=agg \