diff options
author | mbr <mbr@FreeBSD.org> | 2002-09-01 22:05:52 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-09-01 22:05:52 +0000 |
commit | 854604ed93512a10581668c84bfe69b14baf09fd (patch) | |
tree | d2cb9de8229955277d51f3ab69702b5606a4cfc4 /editors/openoffice-1.0 | |
parent | c206088ba23c5f1fe6c99f6514c317e193447a12 (diff) | |
download | FreeBSD-ports-854604ed93512a10581668c84bfe69b14baf09fd.zip FreeBSD-ports-854604ed93512a10581668c84bfe69b14baf09fd.tar.gz |
Works again with system compiler.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 6f6fff2..d892c46 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -73,16 +73,10 @@ USE_GCC=3.1 # # OO is still broken with the system gcc on CURRENT. # -.if !defined(USE_GCC) -USE_GCC=3.1 -.endif -.if defined(USE_GCC) && ${USE_GCC} == 3.1 -# -# We depend on the port. System g++ is broken at the moment. -# -BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31 -CC= gcc31 -CXX= g++31 +.if defined(USE_GCC) && ${USE_GCC} == 3.2 +BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 +CC= gcc32 +CXX= g++32 .endif .endif |