diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-07-21 11:28:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-07-21 11:28:30 +0000 |
commit | 23be18693a22be67cfede5d77427bccbc044e5c5 (patch) | |
tree | f5ae4a9c53fe04a6e88f04b333161c57c3bbd2eb /editors/openoffice-3 | |
parent | 85c0c8d3521bf0f425029b63710c9626f4614dca (diff) |
Notes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index ab810dc6d4d5..d8157084a0bf 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -106,11 +106,6 @@ PKGNAMESUFFIX= -${LANG_SUFFIX} RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme -USE_GCC= 4.2 -#following part should sync with ports/Mk/bsd.gcc.mk -.if (${OSVERSION} >= 700042) -CONFIGURE_ARGS+= --with-system-stdlibs -.endif .if defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache CCACHE_PREFIX= ccache @@ -152,7 +147,9 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --enable-crashdump=yes \ --with-system-zlib \ + --with-system-stdlibs \ --with-epm=internal + .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost |