summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-01-23 11:09:58 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-01-23 11:09:58 +0000
commit6b7e534915f7ae47f7af80588ab82b93bcf29ae4 (patch)
tree37128ca9d6c62ed11f56603d209a794b05c5b190 /editors/openoffice-1.0
parentSmall patch from the developers to handle (an extremely small) vulnerability (diff)
Remove problematic USE_GCC=3.1 cause. This should fix the build on STABLE.
Notes
Notes: svn path=/head/; revision=73854
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index a4d10f350ee8..798ba63c8ed1 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -407,12 +407,8 @@ build-mozilla:
< ${WRKDIR}/mozilla/Makefile.new > ${WRKDIR}/mozilla/Makefile
.endif
.if defined(USE_GCC)
-.if ${USE_GCC} == 3.1
@cd ${WRKDIR}/mozilla && ${MAKE} CXX=${CXX} CC=${CC} CFLAGS="${CFLAGS}" USE_GCC=${USE_GCC} build WRKDIRPREFIX=""
.else
- @cd ${WRKDIR}/mozilla && ${MAKE} CFLAGS="${CFLAGS}" USE_GCC=${USE_GCC} build WRKDIRPREFIX=""
-.endif
-.else
@cd ${WRKDIR}/mozilla && ${MAKE} CFLAGS="${CFLAGS}" build WRKDIRPREFIX=""
.endif
@${CP} ${FILESDIR}/zipmoz.sh ${WRKDIR}