diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-27 18:40:15 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-27 18:40:15 +0000 |
commit | a47d0e4abd8514186854dc182e3b8665f274a506 (patch) | |
tree | 1ff6a61733d30e14468f4ac019e5e53b70ffc9a3 /databases/mysqlcppapi/files/patch-configure | |
parent | add slave port for Photo Image Print System for Linux --- EPSON PM-730C (diff) |
A fork of mysql++ C++ API for MySQL
PR: ports/70050
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Notes
Notes:
svn path=/head/; revision=117444
Diffstat (limited to 'databases/mysqlcppapi/files/patch-configure')
-rw-r--r-- | databases/mysqlcppapi/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysqlcppapi/files/patch-configure b/databases/mysqlcppapi/files/patch-configure new file mode 100644 index 000000000000..e81daa02854a --- /dev/null +++ b/databases/mysqlcppapi/files/patch-configure @@ -0,0 +1,13 @@ +--- configure~ Wed Aug 4 23:58:41 2004 ++++ configure Thu Aug 5 00:12:29 2004 +@@ -18465,8 +18465,8 @@ + fi; + + +-MYSQL_LIBS="-L${MYSQL_PREFIX}/mysql/lib/mysql -lmysqlclient -L${MYSQL_PREFIX}/lib/mysql -lmysqlclient" +-MYSQL_CFLAGS="-I${MYSQL_PREFIX}/mysql/include" ++MYSQL_LIBS="-L${MYSQL_PREFIX}/lib/mysql -lmysqlclient" ++MYSQL_CFLAGS="-I${MYSQL_PREFIX}/include" + + + |