pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice4 Requires gcc-4.6 or newer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cc874cf58ac
branches:  trunk
changeset: 646618:9cc874cf58ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 12 11:24:07 2015 +0000

description:
Requires gcc-4.6 or newer.

diffstat:

 misc/libreoffice4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 48aa22d7a2a6 -r 9cc874cf58ac misc/libreoffice4/Makefile
--- a/misc/libreoffice4/Makefile        Thu Feb 12 11:17:17 2015 +0000
+++ b/misc/libreoffice4/Makefile        Thu Feb 12 11:24:07 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2015/02/06 09:33:39 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2015/02/12 11:24:07 wiz Exp $
 
 VERREL=                4.4.0
 VERRC=         3
@@ -21,6 +21,8 @@
 BUILDLINK_TRANSFORM+=  opt:-O2:-O
 .endif
 
+GCC_REQD+=     4.6
+
 CHECK_SHLIBS_SUPPORTED=        no
 # configure will be regenerated.
 CHECK_PORTABILITY_SKIP=configure



Home | Main Index | Thread Index | Old Index