diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 12:30:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 12:30:02 +0000 |
commit | 38d4cf228da98714399a810293bf86aebc6015cc (patch) | |
tree | 256b7b7ecf96066acf6ec92c9227ad87a57471f6 /devel | |
parent | strmov() is a macro for strcpy() and obsolete in libmysqlclient. (diff) |
Port should really use the c++ compiler instead of the c compiler.
Noticed on: betno
Notes
Notes:
svn path=/head/; revision=70476
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rvi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/rvi/Makefile b/devel/rvi/Makefile index 80cea53cec4f..9bca22c3ba22 100644 --- a/devel/rvi/Makefile +++ b/devel/rvi/Makefile @@ -16,6 +16,7 @@ MAINTAINER= petef@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +CONFIGURE_ENV= "CC=${CXX}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin |