summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/Makefile.knobs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/Makefile.knobs12
1 files changed, 3 insertions, 9 deletions
diff --git a/editors/openoffice.org-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs
index a24d1fdea61f..e9a84ffd26d1 100644
--- a/editors/openoffice.org-2-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-2-RC/files/Makefile.knobs
@@ -49,11 +49,7 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.endif
.if defined(WITH_DEBUG)
-.if ${WITH_DEBUG} == 2
-CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --enable-symbols
-.endif
+CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
.endif
pre-fetch:
@@ -75,10 +71,8 @@ pre-fetch:
@${ECHO} "OPTIONS:"
.if !defined(WITH_DEBUG)
@${ECHO}
- @${ECHO} "You can compile OOo with debug symbols with WITH_DEBUG=1"
- @${ECHO}
- @${ECHO} "If you set WITH_DEBUG=2, you add internal"
- @${ECHO} "OOo debug support."
+ @${ECHO} "You can compile OOo with debug symbols/supports with"
+ @${ECHO} "make -DWITH_DEBUG"
.endif
.if !defined(WITHOUT_MOZILLA)
@${ECHO}