pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2019Q3] pkgsrc/geography/opencpn
Module Name: pkgsrc
Committed By: spz
Date: Sun Nov 17 05:40:20 UTC 2019
Modified Files:
pkgsrc/geography/opencpn [pkgsrc-2019Q3]: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.2.1 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.35 pkgsrc/geography/opencpn/Makefile:1.35.2.1
--- pkgsrc/geography/opencpn/Makefile:1.35 Thu Aug 22 12:23:15 2019
+++ pkgsrc/geography/opencpn/Makefile Sun Nov 17 05:40:20 2019
@@ -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 @@ 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