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 | |
parent | ff17c3cec54093e25fa20989b55bbeac5e981dcc (diff) | |
download | freebsd-ports-gnome-3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc.tar.gz freebsd-ports-gnome-3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc.tar.zst freebsd-ports-gnome-3e9b8df1f6da3a6a38a771b59e4f520dd9efbdfc.zip |
Remove problematic USE_GCC=3.1 cause. This should fix the build on STABLE.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 0 insertions, 12 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} diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index a4d10f350ee8..798ba63c8ed1 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-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} diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index a4d10f350ee8..798ba63c8ed1 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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} |