From e92e6ab0b030dd1a6f4042904838d8275616ba37 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 15 Sep 2002 19:53:21 +0000 Subject: [PATCH] having CONFIGURE_STYLE set to autoconf implies gnu. --- devel/sdl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/sdl/Makefile b/devel/sdl/Makefile index 239987c4e63..7affc3263fa 100644 --- a/devel/sdl/Makefile +++ b/devel/sdl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2002/09/07 04:56:28 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.26 2002/09/15 19:53:21 brad Exp $ # Uses pthreads COMMENT= "cross-platform multimedia library" @@ -26,7 +26,7 @@ FLAVOR?= sun USE_GMAKE= Yes SEPARATE_BUILD= concurrent -CONFIGURE_STYLE= gnu autoconf +CONFIGURE_STYLE= autoconf MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/test CONFIGURE_ENV+= X11BASE="${X11BASE}" CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \