diff options
author | marino <marino@pkgsrc.org> | 2012-12-23 15:42:44 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-23 15:42:44 +0000 |
commit | eab6ebb5566dbb2b837cde37093c87c4b28265af (patch) | |
tree | 52711c1e78645cc3a843beabc2724a0206a677ea /misc | |
parent | f30d3a5622786b2bba52ee260289bad0195e3010 (diff) | |
download | pkgsrc-eab6ebb5566dbb2b837cde37093c87c4b28265af.tar.gz |
misc/libreoffice: DRAGONFLY_CCVER=gcc44
F.Tigeot confirmed that it builds with DragonFly's gcc 4.4 and
does not build with gcc 4.7. Due to upcoming version 3.6, this
is not worth fixing for gcc 4.7 (at least it is not worth it to us.)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 4d246554cd0..9e04f17fa9e 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/12/16 01:52:25 obache Exp $ +# $NetBSD: Makefile,v 1.21 2012/12/23 15:42:44 marino Exp $ VER= 3.5.6.2 DISTNAME= libreoffice-${VER} @@ -86,6 +86,7 @@ PTHREAD_OPTS+= require HAS_CONFIGURE= yes CHECK_PORTABILITY_SKIP= configure +DRAGONFLY_CCVER= gcc44 CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX}/${PKGNAME_NOREV} CONFIGURE_ARGS+= --disable-ccache |