From b49d33f70dc8416798d210e772345ab226dc9873 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 1 Aug 2013 06:37:46 +0000 Subject: Fix build without gcc --- audio/autotalent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index 10fbd9a..493e03b 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes -MAKE_ARGS= CXX="${CXX}" \ +MAKE_ARGS= CXX="${CXX}" CC=${CC} CPP=${CPP} \ CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include" ALL_TARGET= targets -- cgit v1.1