Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2003 22:30:43 -0500
From:      Anti <fearow@comcast.net>
To:        Oliver Crow <ocrow@simplexity.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: problems compiling expect
Message-ID:  <20030809223043.6e5d8762.fearow@comcast.net>
In-Reply-To: <20030809122231.D271-100000@iguana.simplexity.net>
References:  <20030809122231.D271-100000@iguana.simplexity.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Sat, 9 Aug 2003 12:31:00 -0700 (PDT)
Oliver Crow <ocrow@simplexity.net> wrote:

> 
> I'm having problems building the lang/expect port.
> 
> I'm running 4.8-RELEASE-p1.  The PORTVERSION is 5.38.0.  I cvsup'd
> ports today.
> 
> I do a 'make distclean' and a 'make -DWITHOUT_X11', and get this error:



yes, this does not compile with WITHOUT_X11 defined, you can copy the
attached patch into /usr/ports/lang/expect/files and it will work.



--Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00
Content-Type: text/plain;
 name="patch-zz"
Content-Disposition: attachment;
 filename="patch-zz"
Content-Transfer-Encoding: quoted-printable

--- configure.old	Sun Jul  6 18:11:37 2003
+++ configure	Sun Jul  6 18:11:13 2003
@@ -6434,10 +6434,10 @@
=20
 if test x"$no_tk" =3D x"true" ; then
   eval "EXP_CC_SEARCH_FLAGS=3D\"$TCL_CC_SEARCH_FLAGS\""
-  EXP_LD_SEARCH_FLAGS=3D${TCL_LD_SEARCH_FLAGS}
+  EXP_LD_SEARCH_FLAGS=3D${TCL_CC_SEARCH_FLAGS}
 else
   eval "EXP_CC_SEARCH_FLAGS=3D\"$TK_CC_SEARCH_FLAGS\""
-  EXP_LD_SEARCH_FLAGS=3D${TK_LD_SEARCH_FLAGS}
+  EXP_LD_SEARCH_FLAGS=3D${TK_CC_SEARCH_FLAGS}
 fi
=20
 # now broken out into EXP_AND_TCL_LIBS and EXP_AND_TK_LIBS.  Had to do this

--Multipart_Sat__9_Aug_2003_22:30:43_-0500_081ffe00--



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