mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- Unbreak WITHOUT_MAILNEWS option
PR: ports/160444 Submitted by: Riccardo Torrini <riccardo AT torrini.org> Feature safe: yes
This commit is contained in:
parent
0c1de55039
commit
48ec14d19c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286642
@ -86,7 +86,6 @@ 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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- bridge/bridge.mk.orig 2011-09-29 01:10:49.000000000 +0200
|
||||
+++ bridge/bridge.mk 2011-10-26 22:21:47.000000000 +0200
|
||||
@@ -38,12 +38,12 @@
|
||||
@@ -38,16 +38,16 @@
|
||||
|
||||
APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete
|
||||
|
||||
@ -10,7 +10,11 @@
|
||||
APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom
|
||||
-#endif
|
||||
+endif
|
||||
|
||||
|
||||
#ifdef MOZ_MORK
|
||||
APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/db/mork
|
||||
#endif
|
||||
|
||||
-ifdef MOZ_MAIL_NEWS
|
||||
+ifdef disabled
|
||||
APP_LIBXUL_DIRS += \
|
||||
|
Loading…
Reference in New Issue
Block a user