From owner-cvs-all Tue Jan 29 18:38:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF95737B416; Tue, 29 Jan 2002 18:38:18 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0U2cI873093; Tue, 29 Jan 2002 18:38:18 -0800 (PST) (envelope-from knu) Message-Id: <200201300238.g0U2cI873093@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 29 Jan 2002 18:38:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-mysql Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/01/29 18:38:18 PST Modified files: databases/ruby-mysql Makefile Log: Due to mkmf.rb's bug, this port was not LOCALBASE clean against our will. ;) Work around the problem by specifying --with-mysql-dir="${LOCALBASE}" and let the extconf.rb's trick work. (A fix against mkmf.rb will follow later) PR: ports/34389 Submitted by: Thomas Hurst Revision Changes Path 1.15 +1 -2 ports/databases/ruby-mysql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message