diff options
Diffstat (limited to 'editors/openoffice.org-1.1/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice.org-1.1/files/Makefile.knobs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/files/Makefile.knobs b/editors/openoffice.org-1.1/files/Makefile.knobs index a55c387d11ec..c33a2a9d7f47 100644 --- a/editors/openoffice.org-1.1/files/Makefile.knobs +++ b/editors/openoffice.org-1.1/files/Makefile.knobs @@ -8,6 +8,10 @@ CONFIGURE_ARGS+= --disable-java CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" .endif +.if !defined(WITH_GPC) +CONFIGURE_ARGS+= --enable-libart +.endif + .if defined(WITHOUT_MOZILLA) CONFIGURE_ARGS+= --disable-mozilla .endif @@ -78,6 +82,11 @@ pre-fetch: @${ECHO} "You can compile OOo without Java support by" @${ECHO} "make -DWITHOUT_JAVA" .endif +.if !defined(WITH_GPC) + @${ECHO} + @${ECHO} "You can compile OOo with gpc instead of libart by" + @${ECHO} "make -DWITH_GPC" +.endif @${ECHO} @${ECHO} "NOTICE:" @${ECHO} |