pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Nov  9 03:33:15 UTC 2023

Modified Files:
        pkgsrc/devel/glib2: Makefile.common

Log Message:
glib2: apply USE_CC_FEATURES (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/glib2/Makefile.common

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

Modified files:

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.113 pkgsrc/devel/glib2/Makefile.common:1.114
--- pkgsrc/devel/glib2/Makefile.common:1.113    Mon Nov  6 09:21:54 2023
+++ pkgsrc/devel/glib2/Makefile.common  Thu Nov  9 03:33:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.113 2023/11/06 09:21:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.114 2023/11/09 03:33:15 gutteridge Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
@@ -12,9 +12,11 @@ MAINTAINER=  prlw1%cam.ac.uk@localhost
 HOMEPAGE=      https://developer.gnome.org/glib/
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES= c c++ c99
+USE_LANGUAGES= c c++
 USE_TOOLS+=    msgfmt pkg-config xgettext
 
+USE_CC_FEATURES+=      c99
+
 # does snprintf %d with pid_t...
 BUILDLINK_TRANSFORM+=  rm:-Werror=format=2
 



Home | Main Index | Thread Index | Old Index