summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-01 06:37:46 +0000
committerbapt <bapt@FreeBSD.org>2013-08-01 06:37:46 +0000
commitb49d33f70dc8416798d210e772345ab226dc9873 (patch)
treecac047eb89bfa6e4aed787e56b2d5a58277d11a9
parentb392a704ab6bc4fe396b87e30979f2aa5ec2f5af (diff)
downloadFreeBSD-ports-b49d33f70dc8416798d210e772345ab226dc9873.zip
FreeBSD-ports-b49d33f70dc8416798d210e772345ab226dc9873.tar.gz
Fix build without gcc
-rw-r--r--audio/autotalent/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud