aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-10-09 20:54:55 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-10-09 20:54:55 +0000
commitca90bbc2941230a83386090180c153fffdca3f58 (patch)
treec84fe89802b5bd32d79a67a08d179a494be99a5c /editors/openoffice.org-1.1-devel
parenta7fbf533a94deae6fc7ed54996c730c7d27c7fc4 (diff)
downloadports-ca90bbc2941230a83386090180c153fffdca3f58.tar.gz
ports-ca90bbc2941230a83386090180c153fffdca3f58.zip
Downgrade the compiler to gcc 3.2.3 configured
with --disable-shared. Somehow pointyhat builds misunderstand the location of libstdc++.so.5 for 6-STABLE. Submitted by: kris
Notes
Notes: svn path=/head/; revision=175141
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index 3805fbb9206a..b89aedaa96dd 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -107,16 +107,15 @@ PKGNAMEPREFIX= ${LANG_PKGNAME}-
PKGNAMESUFFIX?= -${LANG_SUFFIX}
.endif
-BUILD_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33
-RUN_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33
+BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
# FIXME (correctly add ccache before gcc and g++)
.if defined(WITH_CCACHE)
BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache
-CC= ccache gcc33
-CXX= ccache g++33
+CC= ccache gcc32
+CXX= ccache g++32
.else
-CC= gcc33
-CXX= g++33
+CC= gcc32
+CXX= g++32
.endif
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
@@ -135,7 +134,7 @@ TCSH?= /bin/tcsh
PKGMESSAGE= ${WRKDIR}/pkg-message
NUMOFPROCESSES?= 1
-CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-pasf --enable-crashdump --enable-symbols=SMALL
+CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-pasf #--enable-crashdump --enable-symbols=SMALL #gcc3.2.3 is broken with -g1
.include <${FILESDIR}/Makefile.knobs>