pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/codelite codelite: Work around harfbuzz header...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4368fa02ef0
branches:  trunk
changeset: 340259:d4368fa02ef0
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 30 15:36:43 2019 +0000

description:
codelite: Work around harfbuzz headers for pango not being in the -I path.

diffstat:

 editors/codelite/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 82a1ad58257b -r d4368fa02ef0 editors/codelite/Makefile
--- a/editors/codelite/Makefile Mon Sep 30 15:27:05 2019 +0000
+++ b/editors/codelite/Makefile Mon Sep 30 15:36:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/08/28 09:09:19 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/09/30 15:36:43 nia Exp $
 
 DISTNAME=      codelite-13.0
 PKGREVISION=   1
@@ -20,6 +20,9 @@
 # For some reason CMAKE_ARGS.NetBSD+=-DIS_NETBSD:STRING=1 doesn't work for me
 .include "../../mk/bsd.prefs.mk"
 
+# Likely needed because pango's pkgconfig CFLAGS aren't being applied.
+CXXFLAGS+=             -I${BUILDLINK_DIR}/include/harfbuzz
+
 CHECK_PORTABILITY_SKIP+=       sdk/wxsqlite3/configure
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index