From owner-freebsd-ports@FreeBSD.ORG Mon Dec 29 22:45:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F0F16A4CE; Mon, 29 Dec 2003 22:45:07 -0800 (PST) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBC843D5C; Mon, 29 Dec 2003 22:45:06 -0800 (PST) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakemtao04.cox.netESMTP <20031230064504.RBCX19895.lakemtao04.cox.net@ip68-14-60-78.no.no.cox.net>; Tue, 30 Dec 2003 01:45:04 -0500 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) hBU6iNdK030118; Tue, 30 Dec 2003 00:44:23 -0600 (CST) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)hBU6iHEp030117; Tue, 30 Dec 2003 00:44:17 -0600 (CST) (envelope-from conrads) Date: Tue, 30 Dec 2003 00:44:17 -0600 From: "Conrad J. Sabatier" To: lioux@FreeBSD.org Message-ID: <20031230064417.GA29599@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i cc: ports@FreeBSD.org Subject: ffmpeg port - Imlib2 test fails in configure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 06:45:07 -0000 You need -I${X11BASE}/include and -lm in order for the test program to succeed. --- configure Tue Dec 30 00:38:17 2003 +++ configure Tue Dec 30 00:41:00 2003 @@ -682,7 +682,7 @@ EOF imlib2=no -if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lImlib2 2> /dev/null ; then +if $cc $CFLAGS $LDFLAGS -I${X11BASE}/include -o $TMPE $TMPC -lImlib2 -lm 2> /dev/null ; then imlib2=yes fi -- Conrad Sabatier - "In Unix veritas"