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.)
This commit is contained in:
parent
6b2a59085e
commit
3a9a2c352b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue