diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/files/extra-patch-bridge-bridge.mk | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index dcc36f532f3..2594379ea81 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -86,6 +86,7 @@ LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .if defined(WITHOUT_MAILNEWS) EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --disable-mailnews +BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) diff --git a/www/seamonkey/files/extra-patch-bridge-bridge.mk b/www/seamonkey/files/extra-patch-bridge-bridge.mk index 7ed80612670..d1b5cde5773 100644 --- a/www/seamonkey/files/extra-patch-bridge-bridge.mk +++ b/www/seamonkey/files/extra-patch-bridge-bridge.mk @@ -1,5 +1,5 @@ ---- bridge/bridge.mk.orig 2011-10-24 10:44:24.000000000 +0200 -+++ bridge/bridge.mk 2011-10-24 10:44:56.000000000 +0200 +--- bridge/bridge.mk.orig 2011-11-24 18:31:11.000000000 +0100 ++++ bridge/bridge.mk 2011-11-24 18:31:23.000000000 +0100 @@ -38,10 +38,10 @@ APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete @@ -11,5 +11,5 @@ -#endif +endif - ifdef MOZ_MAIL_NEWS - APP_LIBXUL_DIRS += \ + #ifdef MOZ_MORK + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/db/mork |