summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/Makefile.knobs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-RC/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-3-RC/files/Makefile.knobs13
1 files changed, 8 insertions, 5 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs
index eb56de86ad55..9363f2709ec5 100644
--- a/editors/openoffice.org-3-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-3-RC/files/Makefile.knobs
@@ -68,6 +68,7 @@ pre-fetch:
@${ECHO} "If you set WITH_DEBUG=2, you add internal"
@${ECHO} "OOo debug support."
.endif
+#XXX currently broken
#.if !defined(WITHOUT_MOZILLA)
# @${ECHO}
# @${ECHO} "You can compile OOo without Mozilla connectivity by"
@@ -82,11 +83,13 @@ pre-fetch:
@${ECHO} "make -DWITH_TTF_BYTECODE_ENABLED"
@${ECHO} "See http://www.freetype.org/patents.html for details"
.endif
-.if !defined(WITHOUT_JAVA)
- @${ECHO}
- @${ECHO} "You can compile OOo without Java support by"
- @${ECHO} "make -DWITHOUT_JAVA"
-.endif
+#XXX currently broken
+#.if !defined(WITHOUT_JAVA)
+# @${ECHO}
+# @${ECHO} "You can compile OOo without Java support by"
+# @${ECHO} "make -DWITHOUT_JAVA"
+#.endif
+#XXX currently broken
#.if !defined(WITH_CUPS)
# @${ECHO}
# @${ECHO} "You can compile OOo with CUPS support by"