diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-11-27 01:00:57 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-11-27 01:00:57 +0000 |
commit | 727e83b1a7b40858f72a767efdcea3d338fc21bb (patch) | |
tree | 8d4369d29cdadc6d1326eabc7ba48bf651e7a416 | |
parent | def45225d857dff8140b66e38f546e210c853aa9 (diff) | |
download | ports-727e83b1a7b40858f72a767efdcea3d338fc21bb.tar.gz ports-727e83b1a7b40858f72a767efdcea3d338fc21bb.zip |
Notes
-rw-r--r-- | databases/tcl-Mysql/files/Makefile.bsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd index eb19e914f869..482163b333b5 100644 --- a/databases/tcl-Mysql/files/Makefile.bsd +++ b/databases/tcl-Mysql/files/Makefile.bsd @@ -2,6 +2,7 @@ TCL_VERSION?= tcl8.3 TCL_NODOT?= ${TCL_VERSION:S/.//} SHLIB_NAME= libTclMySQL.so.1 +CC = ${CXX} # a hack to force linking with c++ SRCS = sql-mysql.cc sql.cc sql-manager.cc CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} CXXFLAGS+= -I${LOCALBASE}/include/mysql |