pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gssdp
Module Name: pkgsrc
Committed By: maya
Date: Sun Dec 4 22:50:04 UTC 2016
Modified Files:
pkgsrc/net/gssdp: Makefile
Log Message:
gssdp: clarify that the curses and readline inclusion is a hack to
be resolved at a later point.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/gssdp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gssdp/Makefile
diff -u pkgsrc/net/gssdp/Makefile:1.60 pkgsrc/net/gssdp/Makefile:1.61
--- pkgsrc/net/gssdp/Makefile:1.60 Sun Dec 4 21:56:30 2016
+++ pkgsrc/net/gssdp/Makefile Sun Dec 4 22:50:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/12/04 21:56:30 marino Exp $
+# $NetBSD: Makefile,v 1.61 2016/12/04 22:50:04 maya Exp $
DISTNAME= gssdp-1.0.0
PKGREVISION= 1
@@ -22,6 +22,10 @@ PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/vala/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
+
+# XXX dragonflybsd fails to build because one of the dependencies
+# needs -lreadline
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index