pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/opencpn



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

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

Modified files:

Index: pkgsrc/geography/opencpn/Makefile
diff -u pkgsrc/geography/opencpn/Makefile:1.36 pkgsrc/geography/opencpn/Makefile:1.37
--- pkgsrc/geography/opencpn/Makefile:1.36      Sun Oct 20 11:10:48 2019
+++ pkgsrc/geography/opencpn/Makefile   Sun Oct 27 17:44:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/10/20 11:10:48 nia Exp $
+# $NetBSD: Makefile,v 1.37 2019/10/27 17:44:33 bouyer Exp $
 
 DISTNAME=      OpenCPN-5.0.0
 PKGNAME=       ${DISTNAME:S/OpenCPN/opencpn/}
@@ -41,6 +41,10 @@ SUBST_SED.prefix=    -e s,"/usr/local,"${PR
 # 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