Date: Sun, 29 Oct 2006 06:03:43 -0500 From: Gerard Seibert <gerard@seibercom.net> To: freebsd-questions@freebsd.org Cc: cpghost <cpghost@cordula.ws> Subject: Re: qt-3.3/php 5.1.6 does not compile FreeBSD 6.2-PRE/AMD64 Message-ID: <20061029055440.7616.GERARD@seibercom.net> In-Reply-To: <20061029061912.GA84479@epia2.farid-hajji.net> References: <45411824.70100@mail.zedat.fu-berlin.de> <20061029061912.GA84479@epia2.farid-hajji.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday October 29, 2006 at 01:19:12 (AM) cpghost wrote: > I've had a similar show-stopper, until I realized that I had > WITH_THREADS set in /etc/make.conf (to get a threaded perl), > which was then picked up by the libxml2 port. After recompiling > and reinstalling libxml2 without WITH_THREADS, php 5.1.6 port > compiled without any problems. You might want to consider putting the conditional make flags into 'if' statements in the '/etc/make.conf' file. .if $(.CURDIR:M*/lang/perl5.8) WITH_THREADS=yes .endif Something like that might work, although you may have to tweak it slightly. -- Gerard "Seen it all, done it all, can't remember most of it."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061029055440.7616.GERARD>