svn commit: r324093 - head/audio/autotalent

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 06:37:46 UTC 2013


Author: bapt
Date: Thu Aug  1 06:37:46 2013
New Revision: 324093
URL: http://svnweb.freebsd.org/changeset/ports/324093

Log:
  Fix build without gcc

Modified:
  head/audio/autotalent/Makefile

Modified: head/audio/autotalent/Makefile
==============================================================================
--- head/audio/autotalent/Makefile	Thu Aug  1 06:36:46 2013	(r324092)
+++ head/audio/autotalent/Makefile	Thu Aug  1 06:37:46 2013	(r324093)
@@ -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


More information about the svn-ports-head mailing list