From 14af573a5ec72ac0935d437db7088d51ade9a3a3 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 2 Nov 2017 14:11:08 +0000 Subject: [PATCH] configure bogosity: set BUILD_CC to avoid linking with gcc when using clang --- games/ace/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/ace/Makefile b/games/ace/Makefile index a05a33a8f80..ce053d6f977 100644 --- a/games/ace/Makefile +++ b/games/ace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/05/01 20:48:55 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2017/11/02 14:11:08 espie Exp $ COMMENT = solitaire games @@ -23,6 +23,7 @@ LIB_DEPENDS = graphics/png USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + BUILD_CC="${CC}" .include