From 88c42cb2bb4da2d2de2ef39c411649183f24ebf1 Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 3 May 2017 12:27:21 +0000 Subject: [PATCH] fix. Stupid program is stupid. thanks naddy@ --- graphics/cfdg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile index a5295459134..bc5011d313a 100644 --- a/graphics/cfdg/Makefile +++ b/graphics/cfdg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2017/05/02 15:39:54 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2017/05/03 12:27:21 espie Exp $ COMMENT = Context Free Design Grammar @@ -33,7 +33,7 @@ USE_GMAKE = Yes WRKDIST = ${WRKDIR}/context-free-${VERSION} MAKE_ENV += CPPFLAGS="${CFLAGS}" -MAKE_FLAGS = CXX=c++ CC=cc LIBCXX="${LIBCXX}" +MAKE_FLAGS = CXX=c++ CC=c++ LIBCXX="${LIBCXX}" EXAMPLEDIR = ${PREFIX}/share/examples/cfdg