diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:13:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:13:02 +0000 |
commit | ed7f616289ab7555781addefbc94f900b3b0a6bf (patch) | |
tree | cd86020eec778765b166ca474f7d1802b57f5064 /databases/tcl-Mysql/files | |
parent | Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in (diff) |
Build with tcl8.2 instead of tcl8.0.
PR: 19108
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Notes
Notes:
svn path=/head/; revision=30400
Diffstat (limited to 'databases/tcl-Mysql/files')
-rw-r--r-- | databases/tcl-Mysql/files/Makefile.bsd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd index 18240329f778..d67359c0a345 100644 --- a/databases/tcl-Mysql/files/Makefile.bsd +++ b/databases/tcl-Mysql/files/Makefile.bsd @@ -3,8 +3,9 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 0 SRCS = sql-mysql.cc sql.cc sql-manager.cc -CFLAGS += -I${PREFIX}/include/tcl8.0/ -I${PREFIX}/include/mysql/ -LDADD += -L${PREFIX}/lib -ltcl80 +CFLAGS += -I${PREFIX}/include/tcl8.2 +CFLAGS += -I${PREFIX}/include/mysql +LDADD += -L${PREFIX}/lib -ltcl82 LDADD += -L${PREFIX}/lib/mysql -lmysqlclient LDADD += -lgcc |