diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-10-31 08:01:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-10-31 08:01:25 +0000 |
commit | 1ee5d93376e0fe4c3eb57c51418612ca4c5f2dea (patch) | |
tree | 04339db0dfc4e33f69ae5ecbceae2bf79f4f1048 /editors/openoffice.org-vcltesttool/files/Makefile.knobs | |
parent | 8b4daa4baa769985aea92660438da0a5beb6d446 (diff) |
Update to m136
o cosmetic changes, fix typos
o use libart instead of GPC[1]
o remove BROKEN for old FreeBSDs, IMHO this is too strict.
o build crashreport
Implicitly suggested by: "Mikhail T." <mi@aldan.algebra.com>[1]
Notes
Notes:
svn path=/head/; revision=146804
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/Makefile.knobs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs index 366ae60ba851..1f3ae9cce1a4 100644 --- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs +++ b/editors/openoffice.org-vcltesttool/files/Makefile.knobs @@ -12,6 +12,10 @@ CONFIGURE_ARGS+= --with-java=gij --with-ant-home=${LOCALBASE}/ant CONFIGURE_ARGS+= --without-java .endif +.if !defined(WITH_GPC) +CONFIGURE_ARGS+= --enable-libart +.endif + .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .endif @@ -114,6 +118,11 @@ pre-fetch: @${ECHO} "You can compile OOo to use Qt/KDE vclplug with" @${ECHO} "make -DWITH_KDE" .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} |