diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-06 12:41:41 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-06 12:41:41 +0000 |
commit | c65e145f999f3b3eb1903a45fa15d0181de1e2f7 (patch) | |
tree | 5ca22ef739547a87f3a662a0c160e908e4cc4243 /misc | |
parent | acbb2b206db79941da1cec7e670d39c87d7218f2 (diff) | |
download | pkgsrc-c65e145f999f3b3eb1903a45fa15d0181de1e2f7.tar.gz |
back out my previous change, looks like I was bitten by pkg/41150 after all
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 5fdc3a33052..e234b68c2c3 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/04/03 15:03:30 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2009/04/06 12:41:41 tnn Exp $ # OO_VER= 3.0.1 @@ -37,8 +37,6 @@ CONFIGURE_DIRS= config_office # Cannot compile with 3.3.x (GCC Bugzilla Bug 16879). GCC_REQD+= 3.4 USE_LANGUAGES+= c c++ -# Use of ccache causes "error 65280" while making OOO300_m15/svx/source/gengal -IGNORE_CCACHE= yes CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* |