Zap "--disable-debugger" from CONFIGURE_ARGS
No bump, as debugger was already disabled by default. From Brad
This commit is contained in:
parent
5e3833e642
commit
6eba282d02
@ -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
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -50,15 +50,12 @@ LIB_DEPENDS= ::archivers/bzip2 \
|
|||||||
|
|
||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
|
|
||||||
# Gnash requires GNU libtool 2.2 or greater, so use the bundled one
|
# Gnash requires GNU libtool 2.2 or greater, so use the bundled one
|
||||||
USE_LIBTOOL= gnu
|
USE_LIBTOOL= gnu
|
||||||
LIBTOOL= ${WRKSRC}/libtool
|
LIBTOOL= ${WRKSRC}/libtool
|
||||||
LIBTOOL_FLAGS+= --tag=disable-static
|
LIBTOOL_FLAGS+= --tag=disable-static
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS+=--disable-cygnal \
|
CONFIGURE_ARGS+=--disable-cygnal \
|
||||||
--disable-debugger \
|
|
||||||
--disable-jemalloc \
|
--disable-jemalloc \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-renderer=agg \
|
--enable-renderer=agg \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user