diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 06:37:46 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 06:37:46 +0000 |
commit | b49d33f70dc8416798d210e772345ab226dc9873 (patch) | |
tree | cac047eb89bfa6e4aed787e56b2d5a58277d11a9 | |
parent | b392a704ab6bc4fe396b87e30979f2aa5ec2f5af (diff) | |
download | FreeBSD-ports-b49d33f70dc8416798d210e772345ab226dc9873.zip FreeBSD-ports-b49d33f70dc8416798d210e772345ab226dc9873.tar.gz |
Fix build without gcc
-rw-r--r-- | audio/autotalent/Makefile | 2 |
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 |