pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-desktop



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jul 20 18:19:42 UTC 2019

Modified Files:
        pkgsrc/x11/xfce4-desktop: Makefile

Log Message:
xfce4-desktop: set C99 dependency

Address breakages noted in various bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/xfce4-desktop/Makefile

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

Modified files:

Index: pkgsrc/x11/xfce4-desktop/Makefile
diff -u pkgsrc/x11/xfce4-desktop/Makefile:1.78 pkgsrc/x11/xfce4-desktop/Makefile:1.79
--- pkgsrc/x11/xfce4-desktop/Makefile:1.78      Thu Jul 18 08:15:39 2019
+++ pkgsrc/x11/xfce4-desktop/Makefile   Sat Jul 20 18:19:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2019/07/18 08:15:39 nia Exp $
+# $NetBSD: Makefile,v 1.79 2019/07/20 18:19:42 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -13,6 +13,8 @@ COMMENT=      Xfce desktop background manager
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
 
+USE_LANGUAGES= c99
+
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libwnck3/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index