Date: Mon, 24 Oct 2011 08:00:11 GMT From: Nali Toja <nalitoja@gmail.com> To: gecko@FreeBSD.org Subject: Re: ports/160444: Seamonkey fails to build Message-ID: <201110240800.p9O80BYZ091525@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/160444; it has been noted by GNATS. From: Nali Toja <nalitoja@gmail.com> To: "J. Altman" <freebsd-announce@chthonic.com> Cc: bug-followup@FreeBSD.org, Atom Smasher <atom@smasher.org> Subject: Re: ports/160444: Seamonkey fails to build Date: Mon, 24 Oct 2011 07:53:43 +0000 --=-=-= Content-Type: text/plain "J. Altman" <freebsd-announce@chthonic.com> writes: [...] > gmake[3]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/ldap/sdks/c-sdk' > Makefile:42: config/autoconf.mk: No such file or directory > ./../../config/config.mk:57: /config/autoconf.mk: No such file or directory Apparently, it's broken because "the UI when disabled is not good anyway". https://bugzilla.mozilla.org/show_bug.cgi?id=394502#c18 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=patch-bridge-bridge.mk Content-Description: put it under files/ directory --- bridge/bridge.mk~ +++ bridge/bridge.mk @@ -38,10 +38,10 @@ INCLUDED_BRIDGE_MK = 1 APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete -#ifdef MOZ_LDAP_XPCOM +ifdef MOZ_LDAP_XPCOM APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom -#endif +endif ifdef MOZ_MAIL_NEWS APP_LIBXUL_DIRS += \ --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110240800.p9O80BYZ091525>