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:   adam
Date:           Tue May 12 18:04:15 UTC 2020

Modified Files:
        pkgsrc/net/libsoup: Makefile

Log Message:
libsoup: needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 pkgsrc/net/libsoup/Makefile:1.64
--- pkgsrc/net/libsoup/Makefile:1.63    Sun Apr 12 08:28:04 2020
+++ pkgsrc/net/libsoup/Makefile Tue May 12 18:04:14 2020
@@ -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 @@ LICENSE=      gnu-lgpl-v2
 
 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