pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2018Q4]: pkgsrc/fonts/harfbuzz Pullup ticket #5904 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0fb0400df29
branches: pkgsrc-2018Q4
changeset: 334060:a0fb0400df29
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Jan 29 14:01:28 2019 +0000
description:
Pullup ticket #5904 - requested by he
fonts/harfbuzz: NetBSD-7 build fix
Revisions pulled up:
- fonts/harfbuzz/Makefile 1.106
---
Module Name: pkgsrc
Committed By: he
Date: Thu Jan 24 12:46:10 UTC 2019
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile
Log Message:
Add GCC_REQD+=4.9, so that this builds on NetBSD/i386 7.1 again.
For newer OSes this would be a no-op, so no revision bump.
diffstat:
fonts/harfbuzz/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d53a07401692 -r a0fb0400df29 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile Tue Jan 29 13:58:59 2019 +0000
+++ b/fonts/harfbuzz/Makefile Tue Jan 29 14:01:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2018/12/09 18:52:28 adam Exp $
+# $NetBSD: Makefile,v 1.105.2.1 2019/01/29 14:01:28 bsiegert Exp $
DISTNAME= harfbuzz-2.2.0
PKGREVISION= 1
@@ -17,6 +17,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cairo=no
CONFIGURE_ARGS+= --with-graphite2=no
+GCC_REQD+= 4.9
PKGCONFIG_OVERRIDE+= src/harfbuzz.pc.in
PKGCONFIG_OVERRIDE+= src/harfbuzz-icu.pc.in
Home |
Main Index |
Thread Index |
Old Index