From e56504acf7d23fc9665418d3d9af84eceb350163 Mon Sep 17 00:00:00 2001 From: shaun Date: Sun, 10 Dec 2006 23:55:07 +0000 Subject: Disable superfluous tests which occur if guilib is installed. PR: ports/103583 Submitted by: Sean Farley --- net/sdl_net/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net') diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 2f5d630d87f0..92326c4c81fb 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -20,6 +20,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +CONFIGURE_ARGS+=--disable-gui + post-configure: @${REINPLACE_CMD} -e \ 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ -- cgit