From owner-freebsd-ports-bugs Sat Feb 8 11:40:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14E837B405 for ; Sat, 8 Feb 2003 11:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8DD43FCB for ; Sat, 8 Feb 2003 11:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h18Je8NS099718 for ; Sat, 8 Feb 2003 11:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h18Je8Zv099717; Sat, 8 Feb 2003 11:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D994437B401 for ; Sat, 8 Feb 2003 11:35:51 -0800 (PST) Received: from prisma.quccc.org (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D879543FE0 for ; Sat, 8 Feb 2003 11:35:50 -0800 (PST) (envelope-from kwm@prisma.quccc.org) Received: by prisma.quccc.org (Postfix, from userid 1001) id 4DB77B816; Sat, 8 Feb 2003 20:36:32 +0100 (CET) Message-Id: <20030208193632.4DB77B816@prisma.quccc.org> Date: Sat, 8 Feb 2003 20:36:32 +0100 (CET) From: Koop Mast Reply-To: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48094: gaim-snapshot configure error fix Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48094 >Category: ports >Synopsis: gaim-snapshot configure error fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 08 11:40:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD prisma.quccc.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Mon Jan 13 22:53:21 CET 2003 root@prisma.quccc.org:/usr/obj/usr/src/sys/RAINBOW i386 >Description: Fix configure error, don't know if it is harmfull. checking for SmcSaveYourselfDone in -lSM... yes checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... no configure: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for X11/SM/SMlib.h... no checking for tm_gmtoff in struct tm... yes >How-To-Repeat: make configure >Fix: --- gaim-snapshot.diff begins here --- --- Makefile.orig Sat Feb 8 14:22:38 2003 +++ Makefile Sat Feb 8 20:27:44 2003 @@ -25,8 +25,8 @@ WANT_GNOME= yes USE_PERL5= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gaim.1 --- gaim-snapshot.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message