From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30043 invoked by alias); 22 Feb 2002 10:43:37 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 29872 invoked from network); 22 Feb 2002 10:43:26 -0000 Received: from unknown (HELO shell4.bayarea.net) (209.128.82.1) by sources.redhat.com with SMTP; 22 Feb 2002 10:43:26 -0000 Received: from modrick (209-128-79-218.BAYAREA.NET [209.128.79.218]) by shell4.bayarea.net (8.9.3/8.9.3) with SMTP id CAA24884; Fri, 22 Feb 2002 02:43:25 -0800 (envelope-from supermo@bayarea.net) Date: Fri, 22 Feb 2002 03:50:00 -0000 From: Mo DeJong To: sourcenav@sources.redhat.com Cc: insight@sources.redhat.com Subject: Patch for fix libgui compile under VC++ Message-Id: <20020222024222.394b88a4.supermo@bayarea.net> Organization: House of Mirth X-Mailer: Sylpheed version 0.4.99cvs6 (GTK+ 1.2.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00109.txt.bz2 Hi all. I noticed that the recent import of tkTable 2.7 has broken the libgui build under VC++. The patch to fix the problem is attached. This change should have no effect under Unix systems. 2002-02-22 Mo DeJong * src/Makefile.am: Add -DBUILD_tkTable define so that newly imported tkTable sources compile with VC++. * src/Makefile.in: Regen. --- /tmp/Makefile.am Fri Feb 22 02:32:52 2002 +++ src/Makefile.am Fri Feb 22 02:23:27 2002 @@ -49,3 +49,4 @@ -DTBL_COMMAND=\"$(TBL_COMMAND)\"\ --DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\" +-DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"\ +-DBUILD_tkTable