Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 00:44:17 -0600
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        lioux@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   ffmpeg port - Imlib2 test fails in configure
Message-ID:  <20031230064417.GA29599@cox.net>

next in thread | raw e-mail | index | archive | help
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 <conrads@cox.net> - "In Unix veritas"



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