diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-08-20 08:25:01 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-08-20 08:25:01 +0000 |
commit | 03a43c662c1ac393b7d34dfd1337fc712887d2b1 (patch) | |
tree | a7b2ab1e3aa6712973d25aef31b1d86e26160813 /editors | |
parent | 5bba790c1a83c5cb60d3a6e6ce8e2f1b719a625a (diff) | |
download | ports-03a43c662c1ac393b7d34dfd1337fc712887d2b1.tar.gz ports-03a43c662c1ac393b7d34dfd1337fc712887d2b1.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 10 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 10 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 654e94702685..935ee4c1cce1 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -87,7 +87,6 @@ USE_LANG= ${LANG} LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` -.if ${OSVERSION} < 500000 # # OO build is broken with the system gcc on STABLE. # @@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 CC= gcc32 CXX= g++32 USE_GCC=3.2 -.endif - -.if ${OSVERSION} > 500000 -.if defined(USE_GCC) && ${USE_GCC} == 3.2 -BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 -CC= gcc32 -CXX= g++32 -.endif -.endif EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 654e94702685..935ee4c1cce1 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -87,7 +87,6 @@ USE_LANG= ${LANG} LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` -.if ${OSVERSION} < 500000 # # OO build is broken with the system gcc on STABLE. # @@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 CC= gcc32 CXX= g++32 USE_GCC=3.2 -.endif - -.if ${OSVERSION} > 500000 -.if defined(USE_GCC) && ${USE_GCC} == 3.2 -BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 -CC= gcc32 -CXX= g++32 -.endif -.endif EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 654e94702685..935ee4c1cce1 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -87,7 +87,6 @@ USE_LANG= ${LANG} LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` -.if ${OSVERSION} < 500000 # # OO build is broken with the system gcc on STABLE. # @@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 CC= gcc32 CXX= g++32 USE_GCC=3.2 -.endif - -.if ${OSVERSION} > 500000 -.if defined(USE_GCC) && ${USE_GCC} == 3.2 -BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 -CC= gcc32 -CXX= g++32 -.endif -.endif EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 |