From 7c20464883396920882cb8ba30aed8e505d34ee4 Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 28 Aug 2015 15:35:24 +0000 Subject: [PATCH] Do not configure bundled software we don't use. This also avoids build failures from those configures picking up dependencies that happen to be temporarily installed during part of the configure run. --- games/bzflag/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 5c6dbeb1d2c..7707d875d3b 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2014/11/05 11:43:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2015/08/28 15:35:24 naddy Exp $ SHARED_ONLY= Yes @@ -37,6 +37,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --disable-static +# Do not configure bundled software we don't use. This also avoids +# build failures from those configures picking up dependencies that +# happen to be temporarily installed during part of the configure run. +CONFIGURE_ARGS+=--no-recursion + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/applications @mv ${PREFIX}/share/bzflag/bzflag.desktop \