pkgsrc-WIP-changes archive

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

navit: Added gpsd support.



Module Name:	pkgsrc-wip
Committed By:	FeZ <fekete.zoltan%minux.hu@localhost>
Pushed By:	fez
Date:		Tue May 29 09:53:04 2018 +0000
Changeset:	ca4d2312d64dcb3fe8e2026fdf6dbf6da440203e

Modified Files:
	navit/Makefile

Log Message:
navit: Added gpsd support.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ca4d2312d64dcb3fe8e2026fdf6dbf6da440203e

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

diffstat:
 navit/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/navit/Makefile b/navit/Makefile
index 6c18e1ce63..ac64ca5d9e 100644
--- a/navit/Makefile
+++ b/navit/Makefile
@@ -24,6 +24,7 @@ CMAKE_ARGS+=	-DSAMPLE_MAP=0
 CMAKE_ARGS+=	-DSVG2PNG=0
 CMAKE_ARGS+=	-DUSE_NATIVE_LANGUAGE_SUPPORT=0		
 
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 +BUILDLINK_API_DEPENDS.png+=		   png>=1.6
@@ -37,4 +38,6 @@ BUILDLINK_API_DEPENDS.glib2+=		  glib2>=2.0
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 BUILDLINK_TRANSFORM+=opt:-ldl:${BUILDLINK_LDADD.dl:M*}
+.include "../../geography/gpsd/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index