diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-23 19:09:58 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-23 19:09:58 +0800 |
commit | 3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc (patch) | |
tree | f0664c5182aac431365c746a0d15cac32d253c03 /editors/openoffice-1.0 | |
parent | ff17c3cec54093e25fa20989b55bbeac5e981dcc (diff) | |
download | freebsd-ports-graphics-3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc.tar.gz freebsd-ports-graphics-3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc.tar.zst freebsd-ports-graphics-3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc.zip |
Remove problematic USE_GCC=3.1 cause. This should fix the build on STABLE.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index a4d10f350ee..798ba63c8ed 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} |