Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 Feb 2003 20:36:32 +0100 (CET)
From:      Koop Mast <einekoai@chello.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48094: gaim-snapshot configure error fix 
Message-ID:  <20030208193632.4DB77B816@prisma.quccc.org>

next in thread | raw e-mail | index | archive | help

>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




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