pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libsoup
Module Name: pkgsrc
Committed By: richard
Date: Sat Sep 17 15:23:43 UTC 2016
Modified Files:
pkgsrc/net/libsoup: Makefile
Log Message:
Add a build dependency to ncurses to avoid -Werror=missing-include-dirs
when there is no native ncurses installed...
g-ir-scanner sees that py_curses.h seems to need ncurses, as pyconfig.h
says we should have it.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/libsoup/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/libsoup/Makefile
diff -u pkgsrc/net/libsoup/Makefile:1.26 pkgsrc/net/libsoup/Makefile:1.27
--- pkgsrc/net/libsoup/Makefile:1.26 Tue May 3 11:37:39 2016
+++ pkgsrc/net/libsoup/Makefile Sat Sep 17 15:23:42 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2016/05/03 11:37:39 prlw1 Exp $
+# $NetBSD: Makefile,v 1.27 2016/09/17 15:23:42 richard Exp $
DISTNAME= libsoup-2.54.1
CATEGORIES= net gnome
@@ -45,6 +45,12 @@ REPLACE_PYTHON= libsoup/tld-parser.py
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
+# The following is to avoid -Werror=missing-include-dirs when there
+# is no native ncurses installed... g-ir-scanner sees that py_curses.h
+# seems to need ncurses, as pyconfig.h says we should have it
+BUILDLINK_DEPMETHOD.ncurses?= build
+.include "../../devel/ncurses/buildlink3.mk"
+
.include "../../databases/sqlite3/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index