diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-23 03:47:55 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-23 03:47:55 +0000 |
commit | 34457df5575296893eea52b2b51ea81200edba5f (patch) | |
tree | 73019571fad843ed5b9121cde079abfb002c804b /editors/openoffice.org-3/Makefile | |
parent | b91aa80177c2955e318bed0a9ff574a6b364221c (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/Makefile')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 9707e4a0e4f1..0336c917026c 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -92,17 +92,16 @@ PKGNAMESUFFIX?= -${LANG_SUFFIX} .endif .if defined(WITH_GNUGCJ) -#this wired part must be rewritten -GCCVER=4.1.2 -BUILD_DEPENDS+= ${PREFIX}/lib/gcc/${GCC_TARGET}/${GCCVER}/lib-gnu-java-awt-peer-gtk.so:${PORTSDIR}/lang/gcc41-withgcjawt +GCCVER=41 +BUILD_DEPENDS+= ${PREFIX}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt BUILD_DEPENDS+= gjdoc:${PORTSDIR}/java/gjdoc -RUN_DEPENDS+= ${PREFIX}/lib/gcc/${GCC_TARGET}/${GCCVER}/lib-gnu-java-awt-peer-gtk.so:${PORTSDIR}/lang/gcc41-withgcjawt +RUN_DEPENDS+= ${PREFIX}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt .else .if ${ARCH} == amd64 -GCCVER=4.1.2 +GCCVER=41 BUILD_DEPENDS+= gcc41:${PORTSDIR}/lang/gcc41 .else -GCCVER=3.4.1 +GCCVER=34 BUILD_DEPENDS+= gcc-ooo:${PORTSDIR}/lang/gcc-ooo .endif .endif @@ -113,11 +112,11 @@ CCACHE_PREFIX= ccache .else CCACHE_PREFIX= .endif -.if (${GCCVER} == 4.1.2) +.if (${GCCVER} == 41) CC= gcc41 CXX= g++41 .endif -.if (${GCCVER} == 3.4.1) +.if (${GCCVER} == 34) CC= gcc-ooo CXX= g++-ooo .endif @@ -160,7 +159,7 @@ CONFIGURE_ARGS+= --with-system-freetype #link error with internal one .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes .endif -.if (${GCCVER} == 4.1.2) +.if (${GCCVER} == 41) LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost CONFIGURE_ARGS+= --with-system-boost=yes #i58343# .endif |