summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/tcl-Mysql/files/Makefile.bsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd
index eb19e91..482163b 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
OpenPOWER on IntegriCloud