Date: Thu, 1 Aug 2013 06:37:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324093 - head/audio/autotalent Message-ID: <201308010637.r716bkcU080824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010637.r716bkcU080824>