ports/160444: Seamonkey fails to build
Nali Toja
nalitoja at gmail.com
Mon Oct 24 08:00:24 UTC 2011
The following reply was made to PR ports/160444; it has been noted by GNATS.
From: Nali Toja <nalitoja at gmail.com>
To: "J. Altman" <freebsd-announce at chthonic.com>
Cc: bug-followup at FreeBSD.org, Atom Smasher <atom at 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 at 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 += \
--=-=-=--
More information about the freebsd-gecko
mailing list