diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 17:23:29 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-21 17:23:29 +0000 |
commit | 2b16d4118d0886545783df1d36562cfeead9830f (patch) | |
tree | 517d66e3a7c5c2f4edb0466ba1c77efb5bfc793e /databases/tcl-Mysql | |
parent | Fix build on -CURRENT. (diff) |
Catch up to the new bsd.lib.mk API (the lib is not internal).
Notes
Notes:
svn path=/head/; revision=63322
Diffstat (limited to 'databases/tcl-Mysql')
-rw-r--r-- | databases/tcl-Mysql/files/Makefile.bsd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd index 07b65cc542fd..eb19e914f869 100644 --- a/databases/tcl-Mysql/files/Makefile.bsd +++ b/databases/tcl-Mysql/files/Makefile.bsd @@ -1,8 +1,6 @@ TCL_VERSION?= tcl8.3 TCL_NODOT?= ${TCL_VERSION:S/.//} -LIB = TclMySQL -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 +SHLIB_NAME= libTclMySQL.so.1 SRCS = sql-mysql.cc sql.cc sql-manager.cc CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} @@ -10,7 +8,6 @@ CXXFLAGS+= -I${LOCALBASE}/include/mysql LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT} LDADD += -L${LOCALBASE}/lib/mysql -lmysqlclient LDADD += -lgcc -INTERNALLIB= yeah, don't make the useless static lib printname: @echo -n ${SHLIB_NAME} |