pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2019Q3]: pkgsrc/geography/opencpn Pullup ticket #6080 - reques...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78a64efe02bb
branches: pkgsrc-2019Q3
changeset: 426780:78a64efe02bb
user: spz <spz%pkgsrc.org@localhost>
date: Sun Nov 17 05:40:20 2019 +0000
description:
Pullup ticket #6080 - requested by bouyer
geography/opencpn: build fix
Revisions pulled up:
- geography/opencpn/Makefile 1.37
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bouyer
Date: Sun Oct 27 17:44:33 UTC 2019
Modified Files:
pkgsrc/geography/opencpn: Makefile
Log Message:
Hack to make it build with new pango (pango-coverage.h does
#include <hb.h>)
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/geography/opencpn/Makefile
diffstat:
geography/opencpn/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r d2713d0b130c -r 78a64efe02bb geography/opencpn/Makefile
--- a/geography/opencpn/Makefile Sat Nov 16 22:15:24 2019 +0000
+++ b/geography/opencpn/Makefile Sun Nov 17 05:40:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/08/22 12:23:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2019/11/17 05:40:20 spz Exp $
DISTNAME= OpenCPN-5.0.0
PKGNAME= ${DISTNAME:S/OpenCPN/opencpn/}
@@ -41,6 +41,10 @@
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
+# hack so that pango find harfbuzz's headers
+CFLAGS+= -I${PREFIX}/include/harfbuzz
+CXXFLAGS+= -I${PREFIX}/include/harfbuzz
+
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../devel/cmake/buildlink3.mk"
.include "../../x11/wxGTK30/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index