Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libsoup libsoup: needs c99
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b7760d50428
branches: trunk
changeset: 431386:3b7760d50428
user: adam <adam%pkgsrc.org@localhost>
date: Tue May 12 18:04:14 2020 +0000
description:
libsoup: needs c99
diffstat:
net/libsoup/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c9598f695c57 -r 3b7760d50428 net/libsoup/Makefile
--- a/net/libsoup/Makefile Tue May 12 17:51:46 2020 +0000
+++ b/net/libsoup/Makefile Tue May 12 18:04:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2020/04/12 08:28:04 adam Exp $
+# $NetBSD: Makefile,v 1.64 2020/05/12 18:04:14 adam Exp $
DISTNAME= libsoup-2.70.0
PKGREVISION= 1
@@ -13,7 +13,8 @@
DEPENDS+= glib-networking-[0-9]*:../../net/glib-networking
-USE_TOOLS+= pkg-config gmake intltool msgfmt
+USE_LANGUAGES= c99
+USE_TOOLS+= pkg-config gmake intltool msgfmt
PKGCONFIG_OVERRIDE+= output/meson-private/libsoup-2.4.pc
PKGCONFIG_OVERRIDE+= output/meson-private/libsoup-gnome-2.4.pc
Home |
Main Index |
Thread Index |
Old Index