Date: Sat, 6 Nov 2004 02:10:31 GMT From: "clayton rollins" <crollins666@hotmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re:ports/71789: net/gtk-gnutella: WITHOUT_ICU knob doesn't work Message-ID: <200411060210.iA62AVGK099229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/71789; it has been noted by GNATS. From: "clayton rollins" <crollins666@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org, avg@icyb.net.ua Cc: Subject: Re:ports/71789: net/gtk-gnutella: WITHOUT_ICU knob doesn't work Date: Sat, 06 Nov 2004 02:01:21 +0000 Hi again Andriy, For committers, I am the port [MAINTAINER] and this does contain a [PATCH]. :) Just noticed the PR thanks to the script that checks these things. If you had CC'ed, you would have gotten it fixed faster. Thanks for reporting, at any rate. The following patch should disable ICU checking. As for whether it fixes your specific problem will have to be tested by you as I have to go out the door this second. --- ./Makefile.orig Mon Jul 12 02:55:46 2004 +++ ./Makefile Fri Nov 5 18:30:26 2004 @@ -80,6 +80,8 @@ # Add threading to the ld flags; icuuc requires these by default CONFIGURE_ARGS+= -Dldflags=${PTHREAD_LIBS} +.else +CONFIGURE_ARGS+= -Dd_icu=false .endif .if defined(WITH_PORTABILITY) _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411060210.iA62AVGK099229>