Date: Sat, 13 Nov 1999 18:34:05 -0800 From: Chris Piazza <cpiazza@home.net> To: Carl Johan Madestrand <calle.madestrand@norrgarden.se> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: mozilla m10 port Message-ID: <19991113183405.A282@norn.ca.eu.org> In-Reply-To: <19991114032948.C82577@norrgarden1.norrgarden.se>; from calle.madestrand@norrgarden.se on Sun, Nov 14, 1999 at 03:29:48AM %2B0100 References: <19991114032948.C82577@norrgarden1.norrgarden.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 14, 1999 at 03:29:48AM +0100, Carl Johan Madestrand wrote: > Hi > > I recently tried to compile the mozilla m10 port. > Here's where it fails: > > configure:5765: checking for libIDL-config > configure:5800: checking for libIDL - version >= 0.6.3 > (end of "config.log") > *** Error code 1 > > any ideas or solutions would be appreciated. I could never get the m8 port > to work either where it failed on xpcom. > > Thanks This patch should fix it, I'll commit it in a few minutes. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 1999/11/11 20:16:12 1.36 +++ Makefile 1999/11/14 02:33:09 @@ -13,7 +13,8 @@ MAINTAINER= reg@shale.csir.co.za -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + ORBit.2:${PORTSDIR}/devel/ORBit GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -Chris -- cpiazza@home.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991113183405.A282>