pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/codelite



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 30 15:36:43 UTC 2019

Modified Files:
        pkgsrc/editors/codelite: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/codelite/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/codelite/Makefile
diff -u pkgsrc/editors/codelite/Makefile:1.23 pkgsrc/editors/codelite/Makefile:1.24
--- pkgsrc/editors/codelite/Makefile:1.23       Wed Aug 28 09:09:19 2019
+++ pkgsrc/editors/codelite/Makefile    Mon Sep 30 15:36:43 2019
@@ -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 @@ CMAKE_ARGS+=          -DPREFIX:STRING=${PREFIX}
 # 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