From owner-cvs-all Tue Nov 26 17: 4:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A036437B401; Tue, 26 Nov 2002 17:04:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC0943EB2; Tue, 26 Nov 2002 17:04:34 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAR10wmV026060; Tue, 26 Nov 2002 17:00:58 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAR10w6P026059; Tue, 26 Nov 2002 17:00:58 -0800 (PST) Message-Id: <200211270100.gAR10w6P026059@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 26 Nov 2002 17:00:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/tcl-Mysql/files Makefile.bsd 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 mi 2002/11/26 17:00:58 PST Modified files: databases/tcl-Mysql/files Makefile.bsd Log: This library should always have been linked with c++, rather than cc, but we were able to get away with it previously. Not any more. Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to avoid unresolved __gxx_personality_v0 when trying to load the package into the Tcl interpreter at run-time. No PORTREVISION bump, since the port did not build on -current until 5 minutes ago, and the problem does not affect -stable. Not Approved by: portmgr (Linnex would too cruel and too unusual anyway) Revision Changes Path 1.6 +1 -0 ports/databases/tcl-Mysql/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message