diff options
author | beat <beat@FreeBSD.org> | 2011-11-30 05:27:59 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-11-30 05:27:59 +0800 |
commit | 6a934d9554e972145e90c5777a9da7550f9453c9 (patch) | |
tree | b4f2950709e358ece9e2980821e40f3f959683df /www | |
parent | d7981e412d00411d9fc30060344ffde9d0649f98 (diff) | |
download | freebsd-ports-gnome-6a934d9554e972145e90c5777a9da7550f9453c9.tar.gz freebsd-ports-gnome-6a934d9554e972145e90c5777a9da7550f9453c9.tar.zst freebsd-ports-gnome-6a934d9554e972145e90c5777a9da7550f9453c9.zip |
- Unbreak WITHOUT_MAILNEWS option
PR: ports/160444
Submitted by: Riccardo Torrini <riccardo AT torrini.org>
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 2594379ea81d..dcc36f532f3b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -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) diff --git a/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk b/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk index 09e602a54249..24d849ebf680 100644 --- a/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk +++ b/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk @@ -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 += \ |