diff options
author | mi <mi@FreeBSD.org> | 2005-02-26 00:26:25 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-02-26 00:26:25 +0800 |
commit | e7602dff72ff530ae3b85070c4083ed027b14faf (patch) | |
tree | c05d67a3e0e5aee5835d46fe92bd3333b0be74c2 /databases/tcl-Mysql | |
parent | 67ac0f9761b48f6c09adcb1bba6bd2a577d1c105 (diff) | |
download | freebsd-ports-gnome-e7602dff72ff530ae3b85070c4083ed027b14faf.tar.gz freebsd-ports-gnome-e7602dff72ff530ae3b85070c4083ed027b14faf.tar.zst freebsd-ports-gnome-e7602dff72ff530ae3b85070c4083ed027b14faf.zip |
Ouch, remove debugging flags, which crept in with the previous commit.
Diffstat (limited to 'databases/tcl-Mysql')
-rw-r--r-- | databases/tcl-Mysql/files/Makefile.bsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd index 9ee4ba62e043..b8f4f14b1cf9 100644 --- a/databases/tcl-Mysql/files/Makefile.bsd +++ b/databases/tcl-Mysql/files/Makefile.bsd @@ -6,7 +6,6 @@ CC = ${CXX} # a hack to force linking with c++ SRCS = sql-mysql.cc sql.cc sql-manager.cc CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} CXXFLAGS+= -I${LOCALBASE}/include/mysql -CXXFLAGS+= -O0 -g LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT} LDADD += -L${LOCALBASE}/lib/mysql -lmysqlclient |