diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-04-17 07:35:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-04-17 07:35:33 +0000 |
commit | 3c9d50c0979456b3c4f38669e5138eb9d48ecf9e (patch) | |
tree | 4c5851189d22069f30e1bca5843b129e10f1dd4b /editors/openoffice.org-2.0 | |
parent | 5d7435688637a40f43ca0e68e5df367dc3bad3cd (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 33dcf07cfd96..f3f49e533376 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -137,6 +137,9 @@ CONFIGURE_WRKSRC= ${WRKSRC}/config_office TCSH?= /bin/tcsh PKGMESSAGE= ${WRKDIR}/pkg-message NUMOFPROCESSES?= 1 +.if defined(WITH_GNUGCJ) +CONFIGURE_ENV+= PATH="${WRKDIR}/gnugcj/bin:${PATH}" +.endif CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE}/bin/gpatch --with-epm=internal --with-system-freetype --enable-crashdump=yes --enable-symbols=SMALL #workarounds @@ -184,6 +187,7 @@ post-extract: @${LN} -s ${LOCALBASE}/bin/gij41 ${WRKDIR}/gnugcj/bin/gij @${LN} -s ${LOCALBASE}/bin/gjdoc ${WRKDIR}/gnugcj/bin/javadoc # #iXXXXX# xmerge doesn't support gjdoc @${LN} -s ${LOCALBASE}/bin/fastjar41 ${WRKDIR}/gnugcj/bin/fastjar + @${LN} -s ${LOCALBASE}/bin/gcj-dbtool41 ${WRKDIR}/gnugcj/bin/gcj-dbtool @${LN} -s ${PREFIX}/lib/gcc/${MACHINE_ARCH}-portbld-freebsd${OSREL}/${GCCVER}/libgcj.so ${WRKDIR}/gnugcj/lib .endif .if defined(WITH_GPC) |