diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-31 06:48:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-31 06:48:58 +0000 |
commit | 2016c8b43381da66c3dbbae0e95da156c64fa292 (patch) | |
tree | 4bee9c55bdb229aa1feda435963ca16e4bf98fb5 /databases/tcl-Mysql/files/Makefile.bsd | |
parent | Add net/gated to the list of ports with legal issues. (diff) |
Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not to
install an unpatched version of a document (.orig).
Notes
Notes:
svn path=/head/; revision=49416
Diffstat (limited to 'databases/tcl-Mysql/files/Makefile.bsd')
-rw-r--r-- | databases/tcl-Mysql/files/Makefile.bsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd index 19b4cfacf05a..07b65cc542fd 100644 --- a/databases/tcl-Mysql/files/Makefile.bsd +++ b/databases/tcl-Mysql/files/Makefile.bsd @@ -5,9 +5,9 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 0 SRCS = sql-mysql.cc sql.cc sql-manager.cc -CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} -DUSE_TCL_STUBS +CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} CXXFLAGS+= -I${LOCALBASE}/include/mysql -LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT:S/tcl/tclstub/} +LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT} LDADD += -L${LOCALBASE}/lib/mysql -lmysqlclient LDADD += -lgcc INTERNALLIB= yeah, don't make the useless static lib |