From 756984c917ddb06cf6b23d12a3431fce976a69be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 22 Jan 2003 00:02:32 +0000 Subject: Respect ${CC} and ${CXX}; untangle ${CFLAGS}, ${CXXFLAGS} and ${CPPFLAGS} which weren't quite right the first time around. No PORT_REVISION bump since the port is only a few hours old and not yet very useful. --- devel/simgear/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/simgear') diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 4c0d6933a145..cae0a3008b91 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -22,7 +22,8 @@ USE_X_PREFIX= yes USE_MESA= yes GNU_CONFIGURE= yes # Force configure to look in /usr/local/{include,lib} -CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" \ + CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -- cgit v1.2.3