diff options
author | taca <taca@pkgsrc.org> | 2017-07-02 09:15:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-07-02 09:15:32 +0000 |
commit | 691a38236fad963bd0acc0706879bcf1d8eb523a (patch) | |
tree | 4ee15aaad0525da81e2647221e3114435b89e67f /fonts | |
parent | 60ac049145cd805cc1ba29523aade0da84be02f7 (diff) | |
download | pkgsrc-691a38236fad963bd0acc0706879bcf1d8eb523a.tar.gz |
Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 9e99adaa919..fb40715eb40 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2017/05/02 10:26:06 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2017/07/02 09:15:32 taca Exp $ DISTNAME= harfbuzz-1.4.6 CATEGORIES= fonts @@ -13,6 +13,7 @@ LICENSE= mit USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config +GCC_REQD= 4.8 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cairo=no CONFIGURE_ARGS+= --with-graphite2=no |