mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Catch up to the new bsd.lib.mk API (the lib is not internal).
This commit is contained in:
parent
beaef15fde
commit
2b16d4118d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63322
1 changed files with 1 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue