1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix build error:

The API for libmysqlclient was changed a bit for mysql322.
(xmysqladmin was written for mysql321.) So a db argument for
mysql_real_connect() is necessary now and mysql_init() has to be
called in order to initialize the connection struct.

Problem reported by:	jhk
This commit is contained in:
Dirk Froemberg 1999-02-04 10:51:13 +00:00
parent 1d955cfe68
commit 0dea090527
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16536

View File

@ -1,5 +1,5 @@
--- Makefile.orig Sat Jan 10 18:17:46 1998
+++ Makefile Thu Jan 29 13:36:49 1998
+++ Makefile Wed Feb 3 14:14:54 1999
@@ -34,7 +34,7 @@
# This is used by 'make install' command
#-------------------------------------------------------
@ -18,6 +18,17 @@
########################################################
@@ -55,8 +55,8 @@
# mysql version
# mysql_reload() on 3.20, mysql_refresh() on 3.21
#-------------------------------------------------------
-#MYSQL_VERSION = 320 # for versions 3.20.#
-MYSQL_VERSION = 321 # for versions 3.21.#
+MYSQL_VERSION = 320 # for versions 3.20.#
+#MYSQL_VERSION = 321 # for versions 3.21.#
@@ -93,8 +93,8 @@
# Compilation Details
# hum... I think you dont need to change this