Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 14:36:46 +0100
From:      Antal Rutz <arutz@mimoza.pantel.net>
To:        current@freebsd.org
Subject:   MySQL 3.23.55 patch-an
Message-ID:  <20030124133646.GA55874@mimoza.pantel.net>

next in thread | raw e-mail | index | archive | help
The correct files/patch-an for the port mysql 3.23.55:

--- Makefile.in.orig    Thu Dec  5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
 EXTRA_DIST = INSTALL-SOURCE README \
                        COPYING COPYING.LIB MIRRORS

-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
-                       @thread_dirs@ @sql_client_dirs@ \
-                       @sql_server_dirs@ scripts tests man \
-                       @bench_dirs@ support-files os2
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif


-- 
 
 
--rutz

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030124133646.GA55874>