diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-12 11:24:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-12 11:24:07 +0000 |
commit | 5122d87af874d1da794c6dca6f04fd66b439683f (patch) | |
tree | fca8420d8466911cc04a6654a3731aac7c62fe87 /misc | |
parent | 7a1b09120f07abaaa13a8e76f0c6837914805926 (diff) | |
download | pkgsrc-5122d87af874d1da794c6dca6f04fd66b439683f.tar.gz |
Requires gcc-4.6 or newer.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index 94f1d3a3dd3..e88e4b280e7 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -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 @@ LICENSE= gnu-lgpl-v3 BUILDLINK_TRANSFORM+= opt:-O2:-O .endif +GCC_REQD+= 4.6 + CHECK_SHLIBS_SUPPORTED= no # configure will be regenerated. CHECK_PORTABILITY_SKIP=configure |