summaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql/files/Makefile.bsd
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-10-31 06:48:58 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-10-31 06:48:58 +0000
commit2016c8b43381da66c3dbbae0e95da156c64fa292 (patch)
tree4bee9c55bdb229aa1feda435963ca16e4bf98fb5 /databases/tcl-Mysql/files/Makefile.bsd
parentAdd 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.bsd4
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