From 3c9d50c0979456b3c4f38669e5138eb9d48ecf9e Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 17 Apr 2006 07:35:33 +0000 Subject: Add missing PATH setting and make a symlink to gcj-dbtool --- editors/openoffice.org-2.0-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/openoffice.org-2.0-devel/Makefile') diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index 5bbd4d9b563d..ae2d3a2e777c 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -141,6 +141,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 --enable-crashdump=yes --enable-symbols=SMALL --with-system-freetype #workarounds @@ -185,6 +188,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) -- cgit v1.2.3